Click here to Skip to main content
15,897,718 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Where can I find .config file? Pin
Spunky Coder9-Oct-07 19:48
Spunky Coder9-Oct-07 19:48 
QuestionWin32 events in Webforms Pin
honeyss9-Oct-07 19:18
honeyss9-Oct-07 19:18 
AnswerRe: Win32 events in Webforms Pin
Christian Graus9-Oct-07 19:25
protectorChristian Graus9-Oct-07 19:25 
GeneralRe: Win32 events in Webforms Pin
honeyss11-Oct-07 2:43
honeyss11-Oct-07 2:43 
QuestionUser control extend abtract class problem? Pin
bug_aonz9-Oct-07 19:12
bug_aonz9-Oct-07 19:12 
AnswerRe: User control extend abtract class problem? Pin
Christian Graus9-Oct-07 19:15
protectorChristian Graus9-Oct-07 19:15 
QuestionCould not load the assembly Pin
rockz...9-Oct-07 18:40
rockz...9-Oct-07 18:40 
AnswerRe: Could not load the assembly Pin
Aavesh Agarwal9-Oct-07 18:47
Aavesh Agarwal9-Oct-07 18:47 
hi sheena,

The problem you are having above is that the "/supplyweb" directory is not marked as an application, yet the \bin directory containing your assemblies is probably contained underneath it. As such, ASP.NET isn't looking for your assembly in the right place -- instead it is looking for it in the \bin directory underneath the root site/application on your system (note how the error message above starts with the text "Server Error in '/' Application").

To fix this, you should go into the IIS admin tool, right click on the /supplyweb directory and pull up its properties. You'll then want to make it as an application within IIS (by clicking the "create" button). The assemblies in the \bin directory should then resolve correctly.

Hope this helps,Smile | :)
Aavesh Agarwal

AnswerRe: Could not load the assembly Pin
Paras Kaneriya9-Oct-07 18:49
Paras Kaneriya9-Oct-07 18:49 
GeneralRe: Could not load the assembly Pin
IamAmit9-Oct-07 20:56
IamAmit9-Oct-07 20:56 
QuestionNant Compiler.exe Error Pin
sonigirish9-Oct-07 18:37
sonigirish9-Oct-07 18:37 
AnswerRe: Nant Compiler.exe Error Pin
Christian Graus9-Oct-07 19:11
protectorChristian Graus9-Oct-07 19:11 
GeneralRe: Nant Compiler.exe Error Pin
sonigirish9-Oct-07 19:30
sonigirish9-Oct-07 19:30 
QuestionTo deploy a web application Pin
rockz...9-Oct-07 18:24
rockz...9-Oct-07 18:24 
AnswerRe: To deploy a web application Pin
Christian Graus9-Oct-07 18:30
protectorChristian Graus9-Oct-07 18:30 
AnswerRe: To deploy a web application Pin
Dhyanga11-Oct-07 0:20
Dhyanga11-Oct-07 0:20 
QuestionSSIS in ASP.Net 1.1 Pin
Falguni Joshi9-Oct-07 17:01
Falguni Joshi9-Oct-07 17:01 
QuestionExported data from grid to excel Pin
bigeyed9-Oct-07 15:21
bigeyed9-Oct-07 15:21 
QuestionReturning a Datatable in a Func results in empty table Pin
srone9-Oct-07 12:09
srone9-Oct-07 12:09 
AnswerPlace the Return outside of the Try block Pin
srone9-Oct-07 15:21
srone9-Oct-07 15:21 
QuestionIE vs. Firefox Pin
gates099-Oct-07 9:05
gates099-Oct-07 9:05 
AnswerRe: IE vs. Firefox Pin
Christian Graus9-Oct-07 18:31
protectorChristian Graus9-Oct-07 18:31 
AnswerRe: IE vs. Firefox Pin
Guffa9-Oct-07 20:58
Guffa9-Oct-07 20:58 
GeneralRe: IE vs. Firefox Pin
gates0910-Oct-07 2:37
gates0910-Oct-07 2:37 
QuestionTyping In Combo Pin
John.G9-Oct-07 8:57
John.G9-Oct-07 8:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.