Connection Timeout from one website but NO problem from another
-
I have hit a strange problem. I have one application deployed on 2 different websites. They both access the same database. The connection string in the web.config is same. The problem is that on one website I have started getting 'Connection Timeout' message. This website has stopped completely and I keep getting timeout error. I have ConnectionTimeout = 1000 in my code. However, on the second website, the same application is able to connect to DB without any problem. So I am not sure why one website is able to connect to a DB and another cannot. Any thoughts on this please. Thanks
-
I have hit a strange problem. I have one application deployed on 2 different websites. They both access the same database. The connection string in the web.config is same. The problem is that on one website I have started getting 'Connection Timeout' message. This website has stopped completely and I keep getting timeout error. I have ConnectionTimeout = 1000 in my code. However, on the second website, the same application is able to connect to DB without any problem. So I am not sure why one website is able to connect to a DB and another cannot. Any thoughts on this please. Thanks
-
Shared (hosted) MS SQL Server 2000
-
Shared (hosted) MS SQL Server 2000
is it working successfully with another website Simulteneously? Check one by one it can be possible that if one is using that connection so other may not be able to access. Or check your web.config file that u have written correct server name & database name.
Darshana Pathak