Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Bugs & Issues > Timeout error

Timeout error

  • Annie Intermediate avatar

    Posted on Jan 12, 2012 (permalink)

    Hi,

    I am getting the following timeout error, do you know what is causing this error
     

    Server Error in '/' Application.

    Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    The statement has been terminated.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Data.SqlClient.SqlException: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    The statement has been terminated.

    Source Error:

    Line 27: void Login1_Authenticate(object sender, AuthenticateEventArgs e) Line 28: { Line 29: e.Authenticated = UserManager.Default.ValidateUser(this.Login1.UserName, this.Login1.Password); Line 30: } Line 31: 



    Thanks,
    Annie

    Reply

  • Radoslav Georgiev Radoslav Georgiev admin's avatar

    Posted on Jan 17, 2012 (permalink)

    Hi Annie,

    It seems that there are some connection problems with your SQL server. Can you please let us know if you experience any other connectivity problems in other areas of the website?

    All the best,
    Radoslav Georgiev
    the Telerik team
    Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

  • Annie Intermediate avatar

    Posted on Jan 17, 2012 (permalink)

    Hi Radoslav ,
    We found out what the issue was, it was actually a problem with our server
    Thanks,
    Annie

    Reply

  • Register for webinar
Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Bugs & Issues > Timeout error