Many developers are troubled by problems such as IIS and ASPnet installation.
To sum up, please share more!
IIS is broken. How can this problem be solved !!!!!!!
Generally, IIS cannot run ASP. NET. Try the following four methods, which are 99% valid:
1 .. Net installation should first install IIS and then install vs. net. If the order is reversed,
When IIS is reinstalled, use aspnet_regiis.exe-I to reinstall IIS.
Mapping (mainly used to match the extention of files such as aspx and asmx ). In
C: \ windows \ Microsoft. NET \ framework \ v1.0.3705 directory, run
Command: aspnet_regiis.exe-I
2. Reset the ASPNET password and find the machine. config file in the following directory.
File: % SystemRoot % \ Microsoft. NET \ framework \ v1.0.3705 \ config
(Systemroot is your installation directory), add/repair in the <processmodel> identifier
Change: username and password3. If not, reinstall IIS and follow the instructions
Method 1 for operation 4. If your machine is a domain controller, you can refer to q315158:
ASP. NET does not work withaspnet account on Domain
Controller: http://support.microsoft.com/default.aspx?
SCID = KB; en-US; q315158:
1. Choose Administrative Tools> Active Directory users and
Create a user named aspuser in computers and add the user to the user group
(It is already in user group by default)
2. Choose Administrative Tools> Local Security Settings> Local
Policy-> userright assignment, double-click Log on as a batch in the right column
Job item, click Add in the pop-up window, select or enter the created aspuser account
No., OK. (You need to restart the machine)
3. Make sure that the aspuser account has the permission to access the corresponding files and directories. 4. In the following directory
Machine. config file: % SystemRoot %
\ Microsoft. NET \ framework \ v1.0.3705 \ config (systemroot is yours
In the <processmodel> label to add/modify:
Username = "domainname \ aspuser" Password = "aspuserpassword"
In, aspuserpassword is the password of the created aspuser, and domainname is your domain name
Finally, reset the machine! Look! OK!