ASP.net sites down

indian

Perch
Hi

Most of the ASP.NET sites are down for the past 24 hours. They give timeout errors

Already clients are complaining ASP.NET pages load very slow on JODO servers and now this is happening.

Please resolve.


Server Error in '/' Application.

A connection was successfully established with the server, but then an error occurred during the login process. (provider: TCP Provider, error: 0 - The semaphore timeout period has expired.)

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: A connection was successfully established with the server, but then an error occurred during the login process. (provider: TCP Provider, error: 0 - The semaphore timeout period has expired.)

Indian
 
Make sure you are using correct db server address in connection string instead of using ip with port.
We allow ip with port only for external access (manage db by using EMS or SQL Management Studio from Microsoft, or other MS tools).
 
Hi

We are using HOSTNAMES only.

ASP.net pages that donot use Any DB connections also show errors or get timedout

server is WIN11

Indian
 
It sounds to me you are using the external DB address for your SQL connection as that is the exact error that it gives, and never seen it elsewhere. the external address is for managemant tools only, not for websites to SQL.
 
Back
Top