Unable to start debugging on the web server
出错环境:Window XP SP2、Vistual Studio 2003、IE 7
出错信息:Error while trying to run project: Unable to strart debugging on the web server. You do net have permission to debug the application. The URL for this project is in the Internet zone.
解决方法:
First I found a solution from internet:
1. In the Internet Explorer, "Tools" Menu, select "Internet Options".
2. Switch to "Security" Tab.
3. Click on "Internet" (The Globe Icon. Its actually the default selected).
4. Click on "Custom Level" in the bottom.
5. Scroll down to find the "User Authentication" section.
6. Select "Automatic logon with current username and password".
7. Click "Ok" twice to exit.
Goto Web Sites -> Default web site -> ***Select the virtual directory***
Right click & get Properties
Select 'Directory Security' tag
Under 'Anonymous access and authentication control' Press 'Edit' button
Make sure that 'Integrated Windows authentication' check box is "CHECKED"
本文介绍了解决Visual Studio 2003中无法启动Web服务器调试的问题。通过调整IE的安全设置和IIS中的身份验证配置,确保能够进行集成Windows身份验证。
727

被折叠的 条评论
为什么被折叠?



