G
George J.
I recently installed the .net framework (2.0) on our Win2K/IIS 5.0 web server
that has been running classic asp pages for several years. I also installed
the 2.0 service pack 1. Whenever i try to call up even a simple .aspx page
(basically just a response.write to say "Hello World") the server returns an
error message (after about 8-10 seconds of waiting) titled "Server Error in
'/' Application". The application log shows the following entry:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 2/15/2009 10:04:17 AM
Event time (UTC): 2/15/2009 4:04:17 PM
Event ID: a18a871daeed46d6a672af945e9c195a
Event sequence: 1
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/2/Root-5-128791874502031250
Trust level: Full
Application Virtual Path: /
Application Path: D:\Websites\mywebsite\
Machine name: WEB-SRV1
Process information:
Process ID: 1460
Process name: aspnet_wp.exe
Account name: WEB-SRV1\ASPNET
Exception information:
Exception type: InvalidOperationException
Exception message: Failed to map the path '/App_GlobalResources/'.
Request information:
Request URL: http://www.mywebsite.com/misc/test.aspx
Request path: /misc/test.aspx
User host address: 74.95.241.237
User:
Is authenticated: False
Authentication Type:
Thread account name: WEB-SRV1\ASPNET
Thread information:
Thread ID: 1
Thread account name: WEB-SRV1\ASPNET
Is impersonating: False
Stack trace: at
System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath,
Boolean permitNull)
at
System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDate2(StandardDiskBuildResultCache diskCache)
at
System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDate(StandardDiskBuildResultCache diskCache)
at System.Web.Compilation.BuildManager.RegularAppRuntimeModeInitialize()
at System.Web.Compilation.BuildManager.Initialize()
at System.Web.Compilation.BuildManager.InitializeBuildManager()
at System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags)
Can anyone assist? Thanks.
that has been running classic asp pages for several years. I also installed
the 2.0 service pack 1. Whenever i try to call up even a simple .aspx page
(basically just a response.write to say "Hello World") the server returns an
error message (after about 8-10 seconds of waiting) titled "Server Error in
'/' Application". The application log shows the following entry:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 2/15/2009 10:04:17 AM
Event time (UTC): 2/15/2009 4:04:17 PM
Event ID: a18a871daeed46d6a672af945e9c195a
Event sequence: 1
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/2/Root-5-128791874502031250
Trust level: Full
Application Virtual Path: /
Application Path: D:\Websites\mywebsite\
Machine name: WEB-SRV1
Process information:
Process ID: 1460
Process name: aspnet_wp.exe
Account name: WEB-SRV1\ASPNET
Exception information:
Exception type: InvalidOperationException
Exception message: Failed to map the path '/App_GlobalResources/'.
Request information:
Request URL: http://www.mywebsite.com/misc/test.aspx
Request path: /misc/test.aspx
User host address: 74.95.241.237
User:
Is authenticated: False
Authentication Type:
Thread account name: WEB-SRV1\ASPNET
Thread information:
Thread ID: 1
Thread account name: WEB-SRV1\ASPNET
Is impersonating: False
Stack trace: at
System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath,
Boolean permitNull)
at
System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDate2(StandardDiskBuildResultCache diskCache)
at
System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDate(StandardDiskBuildResultCache diskCache)
at System.Web.Compilation.BuildManager.RegularAppRuntimeModeInitialize()
at System.Web.Compilation.BuildManager.Initialize()
at System.Web.Compilation.BuildManager.InitializeBuildManager()
at System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags)
Can anyone assist? Thanks.