1.. NET Plugin-I to reinstall IIS Mapping (mainly used for matching the Extention of files such as aspx and asmx ). Run the following command in the C: \ WINDOWS \ Microsoft. NET \ Framework \ v1.0.3705 directory: aspnet_regiis.exe-I.
2. Reset ASP. NET password, and then find the Machine in the directory below. config File: % Systemroot % \ Microsoft. NET \ Framework \ v1.0.3705 \ CONFIG (Systemroot is your installation directory), add/modify the userName and password3 in the ID. If not, reinstall IIS and then follow method 1. If your machine is a domain controller, perform the following operations:
1. Create a user named ASPUSER in Administrative Tools> Active Directory Users and Computers to add the user to the user group (by default
In User Group)
2. In Administrative Tools-> Local Security Settings-> Local Policy-> UserRight Assignment, double-click the Log on as a batch job item in the right column and click
Add, select or enter the created ASPUSER account, and click OK.
3. Make sure that the ASPUSER account has the permission to access the corresponding files and directories. 4. In the following directory, find the Machine. config file: % Systemroot % \ Microsoft. NET \ Framework \ v1.0.3705.
\ CONFIG (Systemroot is your installation directory), add/modify in the identifier:
UserName = "DomainName \ ASPUSER" password = "ASPUSERpassword" where ASPUSERpassword is the password of the created ASPUSER and DomainName is yours
Domain name.
Note that you need to restart the machine after the modification.