System.Web.HttpException: This is an invalid script resource request

后端 未结 5 1452
忘掉有多难
忘掉有多难 2021-02-01 10:30

I get this error when pushing our website to our clients production server however the page works absolutely fine on their dev / test servers. What causes this error (consideri

5条回答
  •  感情败类
    2021-02-01 11:11

    You can check the urls which were generating this error. Web resources (used by the Ajax Toolkit) rely on a query string argument. If that argument is altered in some way (perhaps by some malicious user) the HTTP handler will throw exception that it cannot find the requested web resource.

提交回复
热议问题