Problem installing ASP.net

After installing asp.net i get this error when trying to access an .aspx page.<BR>I've tried it on XP and win2k.<BR><BR>Access denied to 'C:wwwroot' directory. Failed to start monitoring directory changes.<BR><BR>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. <BR><BR>Exception Details: System.Web.HttpException: Access denied to 'C:wwwroot' directory. Failed to start monitoring directory changes.<BR><BR>Source Error: <BR><BR>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. <BR><BR>Stack Trace: <BR><BR>[HttpException (0x80004005): Access denied to 'C:wwwroot' directory. Failed to start monitoring directory changes.]<BR> System.Web.FileChangesMonitor.StartMonitoringDirec toryRenamesAndBinDirectory(String dir, FileChangeEventHandler callback) +444<BR> System.Web.HttpRuntime.FirstRequestInit(HttpContex t context) +324<BR><BR>[HttpException (0x80004005): ASP.NET Initialization Error]<BR> System.Web.HttpRuntime.FirstRequestInit(HttpContex t context) +926<BR> System.Web.HttpRuntime.ProcessRequestInternal(Http WorkerRequest wr) +128<BR><BR><BR><BR>The permissions in that directory are set to full access for everyone.<BR>Anyone know whats wrong?<BR>
 
Back
Top