开发者

ASP.NET Access denied error

开发者 https://www.devze.com 2023-02-26 04:31 出处:网络
Access to the path \"c:\\windows\\microsoft.net\\framework\\v1.1.4322\\Temporary ASP.NET Files\\hsbc9.0\\699bfba7\\9247b8b2\" is denied.

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:

  1. Run Visual Studio as an administrator.
  2. Give "Users" (or your own account) full control of C:\Users\\AppData\Local\Temp\Temporary ASP.NET Files\
0

精彩评论

暂无评论...
验证码 换一张
取 消