Visit it !

Monday, June 16, 2008

Unable to start debugging on the web server.

Unable to start debugging on the web server.

Following Error Comes When web Server is not configured correctly

"Unable to start debugging on the web server. The web server is not configured correctly. See help for common configuration errors. Running the web page outside of the debugger may provide further information."


Do the Following Step To resolve This Error

Step 1 : Open IIS ( Internet Information Service )

To Open IIS start >> Run Window >> Writr "inetmgr" Click Ok

Step 2 : Select your Application Directory Or Virtual Directory

Step 3 : Right Click On Application Directory Click On Create Button ( on Directory Tab )

Step 4 : Go On Asp.net Tab and Select correct Asp.net version .

Step 5 : Finally CLick On Apply .

3 comments:

Unknown said...

Gr8 thanks,
It really helped.
I have only .NET 1.1 installed and it was taking version as 2.**.
I am not sure why but changing it really helped
Thanks again

Azuz said...

I did this and it worked with Vstudio 2005 Only
On another PC with Vstudio 2008 the error still not resolved..
1) the Asp.Net version is only the one i instaleed and registered with IIS 2.****

A copy from the debugging operation error on Vstudio 2008 Asp.Net

>>unable to start debugging on the web server.the server does not support debugging of asp.Net or ATL Server applications.

Jas Lee said...

lol, it's funny that you post a link to your blog and say it's the solution to the problem. There are numerous reasons to get the error.