Script timed out errors

  • Hi All,

    In your company who are all uploading file from application to database

    they are getting error continuously.i have changed the script timeout value from 90 to 180 in IIS Administrator.After changing also they are getting same error.Previously ther are not getting this error ;from last one month itself they are getting error when ever they uploading file to SQL Server 2005.

    error:-

    Active Server Pages error 'ASP 0113'

    Script timed out

    The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeOut or by changing the value in the IIS administration tools.

    Server Details :-

    SQL SEVER 2005 STANDARD EDITION (PACK 2)

    CPU UTILIZATION -4 %;

    PF USAGE-1.88 GB;

    RAM -2 GB

    please suggest me where i have check;

    thanks,

    kumar.

  • Can you post your connection string, SQL code being executed and asp code? Without all these details we don't know if it is the rendering that is timing out or the SQL code.

    You could use Profiler to see if the SQL is completing, that would tell you that the issue is with the rendering.

    Jack Corbett
    Consultant - Straight Path Solutions
    Check out these links on how to get faster and more accurate answers:
    Forum Etiquette: How to post data/code on a forum to get the best help
    Need an Answer? Actually, No ... You Need a Question

  • hi ,

    please find the below connection string for web application

    add key="ConnectionString" value="Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=BMS_MILLENNIUM_ENTRY;Data Source=10.12.22.32;"

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply