Yesterday, the Internet Explorer 7 (2003) Chinese version also came out. However, after installation, I found that I was prompted to enter the user name and password when I opened the project URL. I didn't care too much at the beginning. When I was able to debug vs, I had a debugging error and rushed to Google, I found many solutions on the Internet and finally found the problem, but it was strange that some people installed IE7 and there were the same situations, but the solution was different and depressing, the following lists the main solutions:
The following method can be used to solve the problem:
1 : Confirm "enable ASP. NET debugging" in "configuration properties" " Is " True "
2 : Confirm your " Web. config " In " DEBUG = true "
3 : If you have installed wind2000 SP4, run " Regsvr32 I aspnet_isap.dll "
4 : View site information in IIS, select " Directory Security " , Which contains " Anonymous access and authentication control " And then click " Edit .. " , Confirm " Integrated Windows Authentication " Option selected
5 : In IE options -> " Security Settings " -> " Custom Level " Contains " User verification " , Confirm the selected " Automatically log on with the current user name and password "
6 : Run c: \ windows \ Microsoft. NET \ framework \ V1. 1.4322 \ Aspnet_regiis.exe - I
7 : Control Panel -- Management tools -- Computer Management -- Local users and groups -- User. Double-click the ASPNET user to add the administrators user for the user.
The above operations are the most useful steps 5th and 7th.
If the following error message is displayed:
"You cannot start debugging on the Web server. You have not configured the project as debugging ".
It is generally estimated that the project is copied directly to open it. You need to reconfigure IIS.
Control Panel - > Internet Service Manager - > Default web site - > Your project directory - > Attributes - > ApplicationProgramSet - > Application name - > "CREATE"
I think I use 5th types, but I'm writing this article.ArticlePreviously, I changed it to the default value. I thought there was another debugging error, but everything was normal and really depressing.