access denied / failed to start error

M

Martin Nicholson

Ok, what the heck am I doing wrong?

I created an asp.net web w/ fp2003 using the database interface wizard. I
am accessing a sql server table (pubs.jobs) on the localhost. All I get
when I go to the "results" page is error as described below. I know the
table is there and I can access it using sql. I have also tried 2 or 3
other tables with the same result.

Environment: XP pro, IIS 5.1, .net framework 1.1 is installed, IE 6, ran
aspnet_regiis -i
Page was generated with database interface wizard.

Any insights will be appreciated,

-marty nicholson


Server Error in '/Web2003-4' Application.
----------------------------------------------------------------------------
----

Access denied to 'c:\inetpub\wwwroot\Web2003-4\'. Failed to start monitoring
file 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\Web2003-4\'. Failed to start monitoring file 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 (0x80070005): Access denied to
'c:\inetpub\wwwroot\Web2003-4\'. Failed to start monitoring file changes.]
System.Web.DirMonCompletion..ctor(DirectoryMonitor dirMon, String dir,
Boolean watchSubtree, UInt32 notifyFilter) +140
System.Web.DirectoryMonitor.StartMonitoring() +42
System.Web.DirectoryMonitor.StartMonitoringFile(String file,
FileChangeEventHandler callback, String alias) +154

System.Web.FileChangesMonitor.StartMonitoringDirectoryRenamesAndBinDirectory
(String dir, FileChangeEventHandler callback) +278
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +331

[HttpException (0x80004005): ASP.NET Initialization Error]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +965
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +128
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top