asp.net solution _win server that cannot be run on IIS

Source: Internet
Author: User
1. The order of. NET installations should be to install IIS first, then install Vs.net, if the order is reversed, or if IIS is reinstalled, you will need to use Aspnet_regiis.exe-i to reinstall IIS Mapping (primarily for ASPX, ASMX, etc. The extention of the pieces). In the C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705 directory, run the following command: Aspnet_regiis.exe-i.

2, reset the asp.net password, and then find the Machine.config file in the following directory:%systemroot%\microsoft.net\framework\v1.0.3705\config ( SystemRoot is your installation directory), added/modified in the Logo: username and password3. If it's not working, reload IIS, and then follow Method 1. If your machine is a domain controller, roughly explain the steps of the operation:

1. Create a user named Aspuser in administrative tools->active Directory users and computers to add the user to the user group (by default

User Group)
2, in the administrative tools->local security settings->local policy->userright Assignment, double-click the right column log on as a batch Job entry, click in the pop-up window

ADD, select or enter the Aspuser account you just established, OK.
3, to ensure that the Aspuser account has the appropriate file, directory access rights 4. Locate the Machine.config file in the following directory:%systemroot%\microsoft.net\framework\v1.0.3705

\CONFIG (systemroot is your installation directory), add/Modify in the identity:
Username= "DomainName\ASPUSER" password= "ASPUSERpassword" where ASPUSERpassword is just the establishment of the ASPUSER password, domainname is your

Domain name.
Note that the machine needs to be restarted after the modification is complete.

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.