Local host file not created
From: Damola adesuyi (someone_at_microsoft.com)
Date: 03/08/04
- Next message: Andrew Winn: "Submit fails when using Validation Controls"
- Previous message: George Hester: "Let me get this straight.."
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 8 Mar 2004 11:23:35 -0600
How do I eliminate the error below? Apparently the localhost file in the
"my network places" folder is not existing or created before I run my ASP
application.
Server Error in '/EmployeeInfo' Application.
----------------------------------------------------------------------------
----
Access denied to 'C:\INETPUB\WWWROOT\EMPLOY~1' directory. Failed to start
monitoring directory changes.
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.Web.HttpException: Access denied to
'C:\INETPUB\WWWROOT\EMPLOY~1' directory. Failed to start monitoring
directory changes.
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:
[HttpException (0x80004005): Access denied to 'C:\INETPUB\WWWROOT\EMPLOY~1'
directory. Failed to start monitoring directory changes.]
System.Web.NativeDirMonCompletion..ctor(String dir, Boolean watchSubtree,
Boolean renamesOnly, NativeFileChangeNotification callback) +208
System.Web.FileChangesMonitor.StartMonitoringDirectoryRenamesAndBinDirectory
(String dir, FileChangeEventHandler callback) +257
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +324
[HttpException (0x80004005): ASP.NET Initialization Error]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +926
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +128
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET
Version:1.0.3705.0
- Next message: Andrew Winn: "Submit fails when using Validation Controls"
- Previous message: George Hester: "Let me get this straight.."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|