Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I get this error quite often, doing some research I have found the following.</p> <ol> <li><p>If you have a web farm your machine keys might not be setup, if this is the case you can resolve the issue by setting the machine key for each server in your web farm. The error can also happen if the machine key changes between post backs which can sometime happen. I believe if you are not using a web farm this is well not happen very often. If you have a web farm this is the most likely cause.<br> <a href="http://msdn.microsoft.com/en-us/library/ms998288.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/ms998288.aspx</a></p></li> <li><p>It can be caused by spiders, a robots.txt file may help, but only if they are well behaved. A better solution might be to log the IP address of the clients causing the error and if they look like a spider, ban the IP address, be careful not to block legitimate users though. </p></li> </ol> <p>Sample robots.txt</p> <pre><code>User-agent: * Disallow: /WebSite/ScriptResource.axd Disallow: /WebSite/WebResource.axd </code></pre> <p>3. The users session timing out will also cause this error. </p> <p>Hope one of these answers helps</p> <p>Sources<br> 1) <a href="https://stackoverflow.com/questions/1096793/system-web-httpexception-this-is-an-invalid-script-resource-request">System.Web.HttpException: This is an invalid script resource request</a><br> 2) <a href="http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;mid=34&amp;ItemID=2&amp;thread=4501&amp;pagenumber=1" rel="nofollow noreferrer">http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;mid=34&amp;ItemID=2&amp;thread=4501&amp;pagenumber=1</a><br> 3) <a href="http://www.thestudentroom.co.uk/showthread.php?t=1258531#post25063929" rel="nofollow noreferrer">http://www.thestudentroom.co.uk/showthread.php?t=1258531#post25063929</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload