Common IIS aspx errors do not have write access permissions for "C:/Windows/Microsoft. NET/framework/v2.0.50727/Temporary ASP. NET Files.

Source: Internet
Author: User

When I was a beginner at. net, I encountered some problems. Record the problem and check it later.

 

The following error is displayed on the ASPX page:

 

"C:/Windows/Microsoft. NET/framework/v2.0.50727/Temporary ASP. NET"
Files.

 

 

If this problem occurs, you can find it online.
There are several solutions
1. Due to the incorrect installation sequence of IIS and framework, uninstall and reinstall IIS. The sequence is to first install IIS and then install the framework
2. register the IIS service extension again. Enter the following command in "start"-"run ":

C:/Windows/Microsoft. NET/framework/v2.0.50727/aspnet_regiis-I-enable

, Press ENTER

 

After analysis, the installation sequence of IIS is correct. So register the IIS service extension again.

After registration, it still does not work. What's going on ??

Since it is said that there is no emporary ASP. NET
Files write access permission, check it.

Follow the prompts to open C:/Windows/Microsoft. NET/framework/v2.0.50727

The temporary ASP. NET Files folder is not found.

Create a folder and rename it temporary ASP. NET files.

Right-click --> properties --> Security, and set the permission of the network service user to 'modify '. Save.

Then refresh the page. The page is displayed normally.

 

 

Related Article

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.