Is it possible to allow the CDF to monitor backoffice folders but completely ignore the /css and /scripts folders? i'm using the .net optimization framework instead of CDF.
Currently I'm getting mountains of log errors like this...
2015-09-08 07:45:39,477 [609] ERROR Umbraco.Web.UI.CdfLogger [(null)] - [P43264/T1/D2] Could not load file contents from /css/utilityR.min.css. EXCEPTION: The remote server returned an error: (404) Not Found.
System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at ClientDependency.Core.RequestHelper.GetXmlResponse(Uri resource)
at ClientDependency.Core.RequestHelper.TryReadUri(String url, HttpContextBase http, IEnumerable`1 approvedDomains, String& requestContents, Uri& resultUri)
can i exclude /css and /scripts folders from CDF?
Is it possible to allow the CDF to monitor backoffice folders but completely ignore the /css and /scripts folders? i'm using the .net optimization framework instead of CDF.
Currently I'm getting mountains of log errors like this...
2015-09-08 07:45:39,477 [609] ERROR Umbraco.Web.UI.CdfLogger [(null)] - [P43264/T1/D2] Could not load file contents from /css/utilityR.min.css. EXCEPTION: The remote server returned an error: (404) Not Found.
System.Net.WebException: The remote server returned an error: (404) Not Found. at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadString(Uri address) at ClientDependency.Core.RequestHelper.GetXmlResponse(Uri resource) at ClientDependency.Core.RequestHelper.TryReadUri(String url, HttpContextBase http, IEnumerable`1 approvedDomains, String& requestContents, Uri& resultUri)
is working on a reply...