Problem in setting Timeout

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ramakrishnan Nagarajan

    #1

    Problem in setting Timeout

    Hi,
    In my application I am using several Stored Procedures written in MS-Sql
    Server. Of that one SP takes much time to execute. Because of that, one of my
    pages using that SP is throwing Timeout Expired Error. The SP is optimized is
    the saying by my DB Team. So now I need to counter that error in my page
    only. Is there any possible approach for that issue by setting Time out for
    that particular page. So that, I may extend the life of that page a little
    longer. Please help me in solving this issue.

    Thanks in Advance,
    N.Ramakrishnan
  • Göran Andersson

    #2
    Re: Problem in setting Timeout

    Use the Server.ScriptTi meout property.

    Ramakrishnan Nagarajan wrote:[color=blue]
    > Hi,
    > In my application I am using several Stored Procedures written in MS-Sql
    > Server. Of that one SP takes much time to execute. Because of that, one of my
    > pages using that SP is throwing Timeout Expired Error. The SP is optimized is
    > the saying by my DB Team. So now I need to counter that error in my page
    > only. Is there any possible approach for that issue by setting Time out for
    > that particular page. So that, I may extend the life of that page a little
    > longer. Please help me in solving this issue.
    >
    > Thanks in Advance,
    > N.Ramakrishnan[/color]

    Comment

    Working...