Groups > Asp .Net > VS 2005 Web Application Projects > Re: Webapplication is not running in debug mode.




Webapplication is not running in debug mode.

Webapplication is not running in debug mode.
Thu, 27 Mar 2008 13:57:49 +000
Hi All!

I have a web application project in VS2005. My prob is when i try to run it in
debug mode (F5) then it in give the error (Please see the screen shoot).

But when i run it without debugging (Ctrl+F5) it run fine. I heave checked all 
settings and permissions etc on my folder but find nothing unusual.

Please see the screen shoot. Thank.
Post Reply
Re: Webapplication is not running in debug mode.
Fri, 28 Mar 2008 00:47:12 +000
You need to have a web.config file and set to 

<compilationdebug="true">
Post Reply
Re: Webapplication is not running in debug mode.
Fri, 28 Mar 2008 09:11:22 +000
I have already set 

<compilationdebug="true"> 

in web.config file.
Post Reply
Re: Webapplication is not running in debug mode.
Fri, 28 Mar 2008 09:31:01 +000
Hi Asim ,

you need to configure the webproject virtual directory in IIS admin , 

and you need to make sure that aspnet Or network service accounts have have a
read permission on the webapplication folder ,

 

you can also solve this problem easly by using the vs 2005  built in development
server  ,

right click on the web project - >Properties -> Web tab -> in servers 
section select " use Visual studio development server "

 

Regards,
Post Reply
Re: Webapplication is not running in debug mode.
Tue, 1 Apr 2008 09:21:32 +0000
Hi,

I agree with member above. You can use Visual Studio built-in server in your
asp.net web application project to avoid this issue.

The reason of this issue in your case is related to IIS's configure. For
example, IIS is not configured to use Integrated Windows Authentication; HTTP
Keep Alives are not enabled on IIS, etc.

For more information, see Error: Unable to Start Debugging on the Web Server and
http://msdn2.microsoft.com/en-us/library/aa290100.aspx
 


I hope this helps.
Post Reply
about | contact