路径“/App_GlobalResources/”映射到该应用程序之外的目录,该目录不受支持

发布于 2025-01-03 08:34:33 字数 1195 浏览 1 评论 0原文

生成此错误的文件如下所示

<%@ Page Language="C#" %>  
<script runat="server">
    void Page_Load()
    {
        Response.Write("Hello World!");
    }
</script>

Web 应用程序不使用资源文件,也不包含名为“App_GlobalResources”的文件夹。

系统:

  • Windows Server 2003 R2
  • IIS 6.0
  • ASP.NET 2.0

我发现了一个解决方案 显然有效对于许多用户,您可以在 论坛主题 以及 一些 博客。但这对我来说不起作用。有什么想法吗?

The file that generates this error looks like this

<%@ Page Language="C#" %>  
<script runat="server">
    void Page_Load()
    {
        Response.Write("Hello World!");
    }
</script>

The web application doesn't use resource files and does not contain a folder called 'App_GlobalResources'.

The system:

  • Windows Server 2003 R2
  • IIS 6.0
  • ASP.NET 2.0

I found a solution that apparently works for many users as you can see in the forum topic and also in some blogs. But it does not work for me for me. Any ideas what the problem is?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

我不是你的备胎 2025-01-10 08:34:34

对我来说,我怀疑这是因为我有同一个项目,来自同时在 Visual Studio 中打开的 2 个不同分支。其中一个的构建导致了另一个的错误。它必须与如何使用 IIS(Express) 自动注册站点有关。
关闭 Visual Studio &重新打开就可以了。

For me, I suspect this was caused because I had the same project, from 2 different branches open in Visual Studio at the same time. Building in one of them caused the error in the other. It has to do w/ how it automatically registers sites w/ IIS(Express).
Closes Visual Studio & reopening does the trick.

分开我的手 2025-01-10 08:34:34

我最终在 IIS 中重新创建了该网站。现在一切都按预期进行了!我完全不知道,问题出在哪里!

I ended up re-creating the website in the IIS. Now everything works as expected! I have absolutely no clue, what the problem was!

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