September 15, 2009

ASP.NET web application debug problem

Error Message: 
Unable to start debugging on the web server. The server does not support debugging of asp.net or atl server application. Click help for more information on how to enable debugging.

Solution: 
You might need to manually register the ASP.NET with IIS. 
For registering ASP.NET, open Visual studio command prompt and type command aspnet_regiis –i and hit enter key to run it. Now restart ASP.NET and it should be working fine.

No comments:

Post a Comment