forum.venkateswarlu.net
      Register      Login
Timeout expection in .Net

2 replies to this topic

Aisha Bobby #1
Member
96 Points
Posted on 29 Aug 2013 10:17 AM IST

Hi, I have been working in .net. After debugging I'm getting an error like "Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding".

so, need an help to resolve it. In web.config, I have mentioned timeout=1800 also.But, no progress.

Any help will be appreciatable!!!

Happy Coding!!!! Thanks in Advance!!!!

Regards

Aisha.

 

 
C#.NET     1127 views     Reply to this topic
Subramaniam R #2
Member
152 Points
Replied on 29 Aug 2013 10:46 AM IST It sounds like you're hitting the execution timeout. If you're reaching this threshold, you may want to do some profiling to see if there's a performance bottleneck somewhere. To work around this issue, you can specify an execution timeout in the web.config:


Please refer below URL's

http://forums.asp.net/t/903456.aspx/3/10

http://forums.iis.net/t/1186095.aspx/1

http://social.msdn.microsoft.com/Forums/en-US/bfe20bda-4cbc-45f3-b42a-ea4c0bf92835/timeout-expired-exception-in-aspnet

http://devnet.kentico.com/Knowledge-Base/Upgrading/Timeout-expired-error-when-executing-SQL-upgrade-h.aspx 
Reply to this topic
Aisha Bobby #3
Member
96 Points
Replied on 02 Sep 2013 05:53 PM IST

Hi, Thanks for your valuable post. I had gone through it and tried many ways. Still I have strucked. If I connect to different server and its database its working fine...but problem is with this particular server...it couldn't be connecting from local system to database. Any steps to clear this issue will be appreciable.

Happy Coding!!! Thanks in Advance!!!!:):):)

Regards

Aisha

 

 
Reply to this topic