Sql Time out Error
-
Hi friends, I'm facing SqlTime out error in My web Application.Even though i increase my connection time out,it still showing error. I've restarted my Sql services but it's working for 1 hr then time out Repeated. I checked each connection I've used.it was closed properly. What may be the error? Thanks&Regards, Mahez Confused
-
Hi friends, I'm facing SqlTime out error in My web Application.Even though i increase my connection time out,it still showing error. I've restarted my Sql services but it's working for 1 hr then time out Repeated. I checked each connection I've used.it was closed properly. What may be the error? Thanks&Regards, Mahez Confused
Did you tried by debug your code ? Set breakpoint and try to debug. check there is any black spot in your code or not.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
-
Hi friends, I'm facing SqlTime out error in My web Application.Even though i increase my connection time out,it still showing error. I've restarted my Sql services but it's working for 1 hr then time out Repeated. I checked each connection I've used.it was closed properly. What may be the error? Thanks&Regards, Mahez Confused
ksss_maheshece wrote:
.Even though i increase my connection time out
First things first Check You Connection string..! SomeTime Connection String MAy be the problem..! Clear Your Application pool..!Or If it is local Restart Your IIS..!
MyFirstArticlePublished: MenuControlSelectedItem Why Do Some People Forget To Mark as Answer .If It Helps.
-
Did you tried by debug your code ? Set breakpoint and try to debug. check there is any black spot in your code or not.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
I bet he is not going to do that. This is a repost. I already suggested this to him but he didn't replied back. ;)
-
Hi friends, I'm facing SqlTime out error in My web Application.Even though i increase my connection time out,it still showing error. I've restarted my Sql services but it's working for 1 hr then time out Repeated. I checked each connection I've used.it was closed properly. What may be the error? Thanks&Regards, Mahez Confused
-
Did you tried by debug your code ? Set breakpoint and try to debug. check there is any black spot in your code or not.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
I've tried to debug my code(Sql prcocedure).it replies the same even after the Timeout error.
-
I bet he is not going to do that. This is a repost. I already suggested this to him but he didn't replied back. ;)
nagendrathecoder wrote:
This is a repost. I already suggested this to him but he didn't replied back.
Ohh..Sorry ! I didn't noticed that. Yes, rather than starting a new thread for same question it always helpful if he replied on the earlier post. But I don't know why..... :(
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
-
Sujit Mandal wrote:
make pooling="false"
IMO May Be Thts a Bad Idea..!:cool:
MyFirstArticlePublished: MenuControlSelectedItem Why Do Some People Forget To Mark as Answer .If It Helps.
-
No, It's not working
-
nagendrathecoder wrote:
This is a repost. I already suggested this to him but he didn't replied back.
Ohh..Sorry ! I didn't noticed that. Yes, rather than starting a new thread for same question it always helpful if he replied on the earlier post. But I don't know why..... :(
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
I've replied that Q but it's went back,therefore ive created a new thread. Here I need to run a job. This job has procedure to execute.This taking too much of time. Now only it's happening but not before. Thanks Mahesh