西数超哥博客
运维经验教程分享

The current identity (ECS-xxxxx\testweb) does not have write access to ‘C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files’.解决办法

今天部署一个网站,环境windows 2008+IIS 7.5,部署好以后访问提示报错:
Server Error in ‘/’ Application.
The current identity (ECS-XXXXXtestweb) does not have write access to ‘C:WindowsMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files’.
网上办法C:WindowsMicrosoft.NETFrameworkv4.0.30319aspnet_regiis -i -enable 注册完以后还是不可以,最后按照报错提示去查看这个目录,发现Temporary ASP.NET Files不存在,新建文件夹Temporary ASP.NET Files 并赋权限以后访问正常。

 

转载请注明:西数超哥博客www.ysidc.top» The current identity (ECS-xxxxxtestweb) does not have write access to ‘C:WindowsMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files’.解决办法

https://www.ysidc.top 西数超哥博客,数据库,西数超哥,虚拟主机,域名注册,域名,云服务器,云主机,云建站,ysidc.top

赞(0)
声明:本站发布的内容(图片、视频和文字)以原创、转载和分享网络内容为主,若涉及侵权请及时告知,将会在第一时间删除。本站原创内容未经允许不得转载:西数超哥博客 » The current identity (ECS-xxxxx\testweb) does not have write access to ‘C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files’.解决办法