Thanks Ben and Tony. Ben was correct I didn't have the ASPNET guy added to all the directories I needed. Good Call
Travis D. Falls |Consultant, Raft.Net IT | 860.547.4070 | [EMAIL PROTECTED] -----Original Message----- From: Ben Miller [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 1:36 PM To: [EMAIL PROTECTED] Subject: Re: [AspNetAnyQuestionIsOk] IIS 5.0 issues This error is caused by not having ASPNET user able to Read the directory in your application. The ASPNET user has to be able to detect changes in the files in your application directory or it could not recompile, or have filedependencies. Just open up explorer to that directory and add ASPNET to Read in the directory Security. Ben Miller ----- Original Message ----- From: Falls, Travis D (HTSC, CASD) To: '[EMAIL PROTECTED]' Sent: Tuesday, December 07, 2004 9:36 AM Subject: [AspNetAnyQuestionIsOk] IIS 5.0 issues I am trying to deploy my first ASP.net web application. I have not used IIS before and I am getting the following errors. I have tried to create a site and a virtual directory under the default website and neither work. Does anyone have any pointers for me? Server Error in '/RaftLogReporting' Application. ---------------------------------------------------------------------------- ---- Access denied to 'e:\'. 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 'e:\'. 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 'e:\'. Failed to start monitoring file changes.] System.Web.FileChangesMonitor.FindDirectoryMonitor(String dir, Boolean addIfNotFound, Boolean throwOnError) +527 System.Web.FileChangesMonitor.StartMonitoringPath(String alias, FileChangeEventHandler callback) +477 System.Web.Caching.CacheDependency.Init(Boolean isPublic, Boolean isSensitive, String[] filenamesArg, String[] cachekeysArg, CacheDependency dependency, DateTime utcStart) +1535 System.Web.Caching.CacheDependency..ctor(Boolean isSensitive, String[] filenames, DateTime utcStart) +50 System.Web.Configuration.HttpConfigurationSystem.GetCacheDependencies(Hashta ble cachedeps, DateTime utcStart) +144 System.Web.Configuration.HttpConfigurationSystem.ComposeConfig(String reqPath, IHttpMapPath configmap) +697 System.Web.HttpContext.GetCompleteConfigRecord(String reqpath, IHttpMapPath configmap) +434 System.Web.HttpContext.GetCompleteConfig() +48 System.Web.HttpContext.GetConfig(String name) +195 System.Web.CustomErrors.GetSettings(HttpContext context, Boolean canThrow) +20 System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow) +40 System.Web.HttpRuntime.FinishRequest(HttpWorkerRequest wr, HttpContext context, Exception e) +480 ---------------------------------------------------------------------------- ---- Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 Travis D. Falls |Consultant, Raft.Net IT | 860.547.4070 | <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return email and delete this communication and destroy all copies. [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ADVERTISEMENT ---------------------------------------------------------------------------- -- Yahoo! Groups Links a.. To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ b.. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. [Non-text portions of this message have been removed] Yahoo! Groups Links ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
