Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
885
Observing Javascript errors with ScriptResource.axd in browser logs
posted

So, I deployed my ASP.NET solution using Infragistics to my IIS 8 web hosting platform on Windows 2012 Server. However, I am consistently getting errors with ScriptResource.axd file. And it is very random too. It doesn't happen all the time, but happens often enough. I get errors similar to the following:

Failed to load resource: the server responded with a status of 403 (Forbidden):  https://<ip>/ScriptResource.axd?d=NBaskljasg

The part after the question mark is random, but I have tried different IIS settings, but nothing seems to work. I have Google this issue, but none of the suggestions seem to work, but seem to only refer to 404 problems.

Does IIS 8 have to be configured in a specific way for it to run properly?

Paul