Failed to map the path '/App_GlobalResources'.
Jeg har lavet et webprogram som virker fint lokalt. Når jeg lægger det op på en server, så får jeg fejlen herunder.Det er programmeret i C# og .NET 2.0, og 2.0 er selvfølgelig også installeret på serveren.
Er der nogen der kan hjælpe?
Server Error in '/' Application.
Failed to map the path '/App_GlobalResources'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: Failed to map the path '/App_GlobalResources'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: Failed to map the path '/App_GlobalResources'.]
System.Web.Hosting.HostingEnvironment.MapPathActual(String virtualPath, Boolean permitNull) +3516241
System.Web.Hosting.HostingEnvironment.MapPathInternal(String virtualPath) +43
System.Web.Hosting.HostingEnvironment.MapPath(String virtualPath) +55
System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(String virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) +45
System.Web.Compilation.BuildManager.CompileCodeDirectory(String virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) +110
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +577
System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +445
[HttpException (0x80004005): Failed to map the path '/App_GlobalResources'.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3427559
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +85
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +147
