asp.netiiswindows-server-2003

The path '/App_GlobalResources/' maps to a directory outside this application, which is not supported


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:

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?


Solution

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