The current identity (iis apppool \ dfcreport) does not have the write access permission for "C: \ Windows \ Microsoft. NET \ Framework64 \ v2.0.50727 \ Temporary ASP. NET Files .,
The Asp. NET Website is deployed on IIS and an error as shown in is displayed during browsing.
Cause: "C: \ Windows \ Microsoft. NET \ Framework64 \ v2.0.50727 \ Temp"> cause:
1. IIS has no write permission on this folder.
2. The installation sequence of IIS and asp.net is incorrect. IIS and asp.net are recommended.
3. If the asp.net environment is not installed, install the asp.net environment.
Solution (corresponding to the preceding reason number ):
1. As prompted, if you do not have the write permission, find the file according to the given path, right-click the attribute, and add the Everyone user permission on the Security tab. (The most common solution)
2. the IIS and. net environments have been installed. At this time, you need to register Asp.net again. Take Framework 4.0 as an example.
APPPOOL \ dfcreport) does not set "C: \ Windows \ Microsoft. NET \ Framework64 \ v2.0.50727 \ Temp "> APPPOOL \ dfcreport) does not apply to" C: \ Windows \ Microsoft. NET \ Framework64 \ v2.0.50727 \ Temp "> 32-bit Windows: --------------------------------------------------------------------------- 1. start-> Run-> Enter cmd 2. enter cd C: \ Windows \ Microsoft. NET \ Framework \ v4.0.30319 press Enter 3. enter aspnet_regiis.exe-I and press enter to install 64-bit Windows: ------------------------------------------------------------------- 1. start-> Run-> Enter cmd 2. enter cd C: \ Windows \ Microsoft. NET \ Framework64 \ v4.0.30319 press Enter 3. enter aspnet_regiis.exe-I and press enter to installAPPPOOL \ dfcreport) does not set "C: \ Windows \ Microsoft. NET \ Framework64 \ v2.0.50727 \ Temp">
3. If the. net framework version is not installed, go to the Microsoft website to download the corresponding version.
Net framework 4.0
Http://www.microsoft.com/zh-cn/download/details.aspx? Id = 17718
Net framework 3.5 SP1
Http://www.microsoft.com/zh-cn/download/details.aspx? Id = 22