无法映射路径“MyAppName/App_GlobalResources” 在 IIS 中运行 ASP.NET 页面时

发布于 2024-07-25 05:50:42 字数 224 浏览 5 评论 0原文

我收到错误“无法映射路径 '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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

狼性发作 2024-08-01 05:50:42

我按照其他人面临的类似问题中的建议修复了它

“在 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}"

悍妇囚夫 2024-08-01 05:50:42

如果您使用的是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文