简体   繁体   中英

ASP.NET Access denied error

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,Please help me on this.

Thanx in advance Preeti.

Try running aspnet_regiis -ir from Visual Studio Command Prompt. Or see this .

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\\

这些是临时文件,你可以删除c:\\ windows \\ microsoft.net \\ framework \\ v1.1.4322 \\ Temporary ASP.NET Files \\中的所有文件

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM