Solution for failure of Asp.net running on IIS

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.