Debug today Program "Unable to start debugging on the Web server. debugging failes because integrated Windows authentication is not enabled .".
Search by Baidu: Find this article Article -- Debugging failed because integrated Windows authentication is not enabled .
The solution provided by msdn is described as follows:
To enable integrated Windows Authentication:
1. log onto the Web server using an administrator account.
2. From the Start Menu, open the Administrative Tools control panel.
3. In the Administrative Tools window, double-click Internet Information Services.
4. In the Internet Information Services window, use the tree control to open the node named for the Web server.
A Web sites folder appears beneath the server name.
5. you can configure authentication for all web sites or for individual web sites. to configure authentication for all web sites, right-click the Web sites folder and choose Properties From the shortcut cut menu. to configure authentication for an individual web site, open the Web sites folder, right-click the individual web site, and choose Properties From the shortcut cut menu
6. In the Properties dialog box, select the Directory Security tab.
7. In the anonymous access and authentication section, click the edit button.
8. In the authentication methods dialog box, under authenticated access, select integrated Windows authentication.
9. Click OK to close the authentication methods dialog box.
10. Click OK to close the Properties dialog box.
11. Close the Internet Information Services window.
Inspired by this, I suspect that I have modified the IIS access permission:Check "Integrated Windows Authentication ",Everything is OK!