When I started the install the folder ClientDependency did not exist. Based on other posts I added the folder ClientDependency & the error updates as follows
Server Error in '/' Application.
Access to the path '\\nas01\nas\b\a\ballyrainefc.com\web\App_Data\ClientDependency\LOYAL-7effee4a5c2de86b1ff3df9abec5fdb2-map.xml' is denied.
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.UnauthorizedAccessException: Access to the path '\\nas01\nas\b\a\ballyrainefc.com\web\App_Data\ClientDependency\LOYAL-7effee4a5c2de86b1ff3df9abec5fdb2-map.xml' is denied.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
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:
[UnauthorizedAccessException: Access to the path '\\nas01\nas\b\a\ballyrainefc.com\web\App_Data\ClientDependency\LOYAL-7effee4a5c2de86b1ff3df9abec5fdb2-map.xml' is denied.] System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +7716639 System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +1162 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +66 System.Xml.XmlWriter.Create(String outputFileName, XmlWriterSettings settings) +117 System.Xml.Linq.XDocument.Save(String fileName, SaveOptions options) +142 System.Xml.Linq.XDocument.Save(String fileName) +6 ClientDependency.Core.CompositeFiles.Providers.XmlFileMapper.CreateNewXmlFile() +340 ClientDependency.Core.CompositeFiles.Providers.XmlFileMapper.EnsureXmlFile() +209 ClientDependency.Core.CompositeFiles.Providers.XmlFileMapper.Initialize(HttpContextBase http) +267 ClientDependency.Core.Config.ClientDependencySettings.LoadDefaultFileMapConfig(ClientDependencySection section, HttpContextBase http) +187 ClientDependency.Core.Config.ClientDependencySettings.LoadProviders(ClientDependencySection section, HttpContextBase http) +1057 ClientDependency.Core.Config.ClientDependencySettings..ctor() +223 ClientDependency.Core.Config.ClientDependencySettings.get_Instance() +143 ClientDependency.Core.Module.ClientDependencyModule.LoadFilterTypes() +76 ClientDependency.Core.Module.ClientDependencyModule.System.Web.IHttpModule.Init(HttpApplication app) +79 System.Web.HttpApplication.InitModulesCommon() +65 System.Web.HttpApplication.InitModules() +43 System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +729 System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +298 System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +107 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +289
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3623; ASP.NET Version:2.0.50727.3618