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.