Changing the Output Path

S

Stefan Hoffmann

hi,

is it possible to change the Output Path of a ASP.NET Web application,
so that I can debug (F5) it?

I can compile and run the application, if I change the Output Path from
"bin\" to e.g. C:\Temp\Bin", but I get an error message displayed for
the default page:

Could not load type 'Presentation.Implementation._Default'.


mfG
--> stefan <--
 
A

Alexey Smirnov

hi,

is it possible to change the Output Path of a ASP.NET Web application,
so that I can debug (F5) it?

I can compile and run the application, if I change the Output Path from
"bin\" to e.g. C:\Temp\Bin", but I get an error message displayed for
the default page:

Could not load type 'Presentation.Implementation._Default'.

mfG
--> stefan <--

Hallo Stefan

you see that error because ASP.NET cannot find \bin directory at the
root. The \bin directory must be a physical directory at the root, you
can't have it as a virtual directory in IIS, or something like this
and the answer to your question is 'no'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top