I want to setup a timeout for single aspx page of 90 seconds.
What is the syntax for it and where to place the code?
Hi vikastathe,
Set Page Server ScriptTimeout.
Page.Server.ScriptTimeout = 90;
Reference:
https://stackoverflow.com/questions/3108678/increase-asp-net-timeout-on-a-per-page-level
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.