Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi,

I have a SP Which fetch data from three different database.
To fetched the data it takes approximately 40-50 seconds.

When I call this SP from my development environment i.e. Visual Studio Asp.Net 3.5 (Local PC) it works fine.

But when i deploy the things on live it gives me below error

Error : Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

I tried setting Connect Timeout, Command Timeout, Execution Timeout with some max values. But I failed. So now i need your help.

Valid Answers are appreciated.

Thank you.
Posted

1 solution

Hi
Plese check my post here and let me know if thaat helps you.

http://www.codeproject.com/Answers/123878/Application-Database-Performance-becomes-slow#answer1
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900