Access to the path "c:\windows\microsoft.net\framework\v1.1.4322\Temporary ASP.NET Files\hsbc9.0\699bfba7\9247b8b2" is denied.
Hi,
When i click on browse in iis I couldn't open my application,instead am getting the above mentioned error,Pleas开发者_如何学编程e help me on this.
Thanx in advance Preeti.
Try running aspnet_regiis -ir
from Visual Studio Command Prompt. Or see this.
these are temp files you can delete all the files in c:\windows\microsoft.net\framework\v1.1.4322\Temporary ASP.NET Files\
If you're getting this from intellisense in the IDE before ever deploying, like I was, you can do one of the following:
- Run Visual Studio as an administrator.
- Give "Users" (or your own account) full control of C:\Users\\AppData\Local\Temp\Temporary ASP.NET Files\
精彩评论