Summary of ASPnet's experience in IIS

Source: Internet
Author: User

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!

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.