无法映射路径“MyAppName/App_GlobalResources” 在 IIS 中运行 ASP.NET 页面时
我收到错误“无法映射路径 'MyAppName/App_GlobalResources'”,其中 MyAppName 是在 IIS 中注册的名称。 我运行了 aspnet_regiis -i,并且还删除了 .NET 3.5 并重新安装了它,因为后来安装了 IIS。 但是,当我运行 aspx 页面时,这就是我收到的错误。
这个错误的真正含义是什么?解决方法是什么?
感谢您提供任何信息。
I get the error "Failed to map the path 'MyAppName/App_GlobalResources'", where MyAppName is the name registered in IIS. I ran aspnet_regiis -i,and also removed .NET 3.5 and reinstalled it since the IIS had been installed later. However, the moment i run a aspx page, this is the error i get.
What does this error really mean , and what is the way out of it ?
Thanks for any info.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我按照其他人面临的类似问题中的建议修复了它
“在 RegEdit 中,授予 ASPNET 帐户完全访问权限:
HKEY_CLASSES_ROOT\Interface{70B51430-B6CA-11D0-B9B9-00A0C922E750}”
I fixed it as advised in similar problems faced by others
"In RegEdit, give ASPNET account full access to:
HKEY_CLASSES_ROOT\Interface{70B51430-B6CA-11D0-B9B9-00A0C922E750}"
如果您使用的是 Windows 7,请右键单击 Visual Studio 并以管理员身份运行。 它会解决你的问题。
If you are using windows 7 then right click on visual studio and run as administrator. It will solve your problem.