|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Help setting up IIS
I just tried to set up IIS for my computer so that I can start developing ASP .NET pages but when I try to run my pages through URL, it gives me an Access Denied Error:
Access denied to 'c:\inetpub'. 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'. 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'. 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.G etCacheDependencies(Hashtable cachedeps, DateTime utcStart) +151 System.Web.Configuration.HttpConfigurationSystem.C omposeConfig(String reqPath, IHttpMapPath configmap) +694 System.Web.HttpContext.GetCompleteConfigRecord(Str ing reqpath, IHttpMapPath configmap) +437 System.Web.HttpContext.GetCompleteConfig() +50 System.Web.HttpContext.GetConfig(String name) +197 System.Web.CustomErrors.GetSettings(HttpContext context, Boolean canThrow) +20 System.Web.HttpResponse.ReportRuntimeError(Excepti on e, Boolean canThrow) +40 System.Web.HttpRuntime.FinishRequest(HttpWorkerReq uest wr, HttpContext context, Exception e) +480 How do I fix this problem? Thanks in advance. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > Help setting up IIS |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|