Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

29.9.08

Unable to start debugging on the web server


Problem :

debugging your ASP.NET code you receive a message box :
"Error while trying to run project: Unable to start debugging on the web server. You do not have permission to debug the application. The URL for this project is in the Internet zone. Click Help for more information"

Solution :
01. Open Internet Explorer.
02. Point to "Tools" in IE main Menu Bar.
03. Select "Internet Options".
04. Switch to "Security" Tab.
05. Click on "Internet" (The Globe Icon, by the way it's the default ).
06. Click on "Custom Level" in the bottom.
07. Scroll down to "User Authentication" section.
08. Select "Automatic logon with current username and password".
09. Click "Ok" .
10. Click another "Ok".

This should solve the issue !!
Don't forget ..... enjoy your problems !!!!

No comments: