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

后端 未结 5 1451
忘掉有多难
忘掉有多难 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:05

    I used to get this annoying error all the time. Users are indeed affected by this error. We used to get complaints of pages not loading properly. After trying many things like adding DOCTYPE the error did not go away completely. Then we tried storing all the VIEWSTATEin session. Violà no more errors. If your application has a bloated view state like ours then you will see this error in the logs. Often.

提交回复
热议问题