Solution to debugging asp.net permissions problem under VS2003+IE7.0
Author:Eve Cole
Update Time:2009-07-01 16:18:38
Recently, I finally installed IE7.0 and I was very happy. However, when I was debugging asp.net in vs2003, I stopped working and errors occurred continuously. After searching carefully on the Internet, I finally found the perfect solution.
First add " http://localhost " to the trusted site area in the browser (Tools--Internet Options--Scurity--Trusted sites--Sites). If not added, it will prompt: "An error occurred while trying to run the project: Unable to start debugging on the web server. You do not have permission to debug this application. The URL for this project is located in the internet zone.
Then modify the user authentication in the Trusted sites area in the internet options and select "Automatically log in using the current username and password" (Tools--Internet Options--Scurity--Trusted sites--Sites--Custom level--User Authentication- -Automatic logon with current user name and password). (If you do not select scheduling, an error will appear when trying to run the project: Unable to start debugging on the web server. You do not have permission to debug the server, verify the DebuggerUsers on your server group members"