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

前端 未结 7 1893
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:40

    I had the same problem. This is what I did:

    1. Go to c:\windows\microsoft.net\framework\v2.0.50727
    2. right click on "Temporary ASP.NET files"
    3. Security tab
    4. Select "Users(xxxxxx\Users) from Group
    5. check "Write"
    6. OK

提交回复
热议问题