ASPNET user does not have write access to Temporary ASP.NET Files

前端 未结 7 1910
Happy的楠姐
Happy的楠姐 2021-01-05 02:02

I get the following error when running my Visual Studio 2008 ASP.NET project (start without Debugging) on my XP Professional box:

System.Web.HttpException: T         


        
7条回答
  •  庸人自扰
    2021-01-05 02:37

    Make sure the ASPNET user has permission to write to that folder. Right click on the folder, Properties, Security tab.

提交回复
热议问题