|
|
Posted 18/03/2005 13:26:48 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 23/09/2005 16:08:51
Posts: 3,
Visits: 2
|
|
I have InstantForum34 running on my XP development platform under local host. I installed the MSI on the live server, then copied the c:\inetpub\Instant34\ directories to e:\inetput\instal34\ and edited the web.config file to reflect the http://www.mydomain.org/instantforum/ In IIS I added an alias for the domain pointing to e:/inetpub/instant34 and set web sharing on in the instant34 directory. With all this, I start the web page from the browser and get.... Access denied to 'E:\Inetpub\OCNTUG\docs\web.config'. Failed to start monitoring file changes. The path name appears incorrect, as web.config should be e:\inetpub\instant34\web.config. I'm stuck as to where to look, what to change? Stack Trace: [HttpException (0x80070005): Access denied to 'E:\Inetpub\OCNTUG\docs\web.config'. Failed to start monitoring file changes.] System.Web.DirectoryMonitor.AddFileMonitor(String file) +381 System.Web.DirectoryMonitor.StartMonitoringFile(String file, FileChangeEventHandler callback, String alias) +76 System.Web.FileChangesMonitor.StartMonitoringFile(String alias, FileChangeEventHandler callback) +322 System.Web.Configuration.HttpConfigurationSystem.AddFileDependency(String file) +139 System.Web.Configuration.HttpConfigurationSystem.ComposeConfig(String reqPath, IHttpMapPath configmap) +503 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 |
Thanks, IrvineCAGuy
|
|
|
|
Posted 18/03/2005 13:27:27 |
|
|
Support Supremo
      
Group: Customers
Last Login: 13/11/2008 12:44:07
Posts: 568,
Visits: 2,507
|
|
Dear IrvineCAGuy, It's seems that you've pointed the instantforum virtual directory to another application folder (E:\Inetpub\OCNTUG ) instead of the instantforum34 folder. This error doesn't appear to be an InstantForum error. Please check your IIS configuration.
|
|
|
|