ASP.NET UpdatePanel Time Out

后端 未结 7 741
天命终不由人
天命终不由人 2020-12-08 02:21

I\'m making a request from an UpdatePanel that takes more then 90 seconds. I\'m getting this timeout error:

Microsoft JScript runtime err

7条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-08 02:53

    This might be configurable by changing the ASP script timeout in IIS.

    It's located in the properties of your web site, virtual directory, configuration button, then on the options tab.

    or set it by setting the Server.ScriptTimeout property.

提交回复
热议问题