Link to home
Start Free TrialLog in
Avatar of Easwaran Paramasivam
Easwaran ParamasivamFlag for India

asked on

ASP.NET - System.Web.HttpException (0x80004005): Request timed out

I've developed a ASP.NET application which consumes WCF service. I hosted in server successfully. From the server I browse one particular page. Its browsing correctly. The same page is working fine while browsing the page from another server. But System.Web.HttpException (0x80004005): Request timed out error is thrown while browsing from my local machine on a button click event.

What could be the problem? Any help is much appreciated.

Avatar of KBerger
KBerger

Hi,

not sure if I got your problem correctly.
Is the exception only thrown, when you use your local computer as a client (while the server is some other machine)?
Does the same operation work on other machines?

Could this be due to firewall-settings (local or enterprise) or anything like that?

Regards,

Kristof
Avatar of Easwaran Paramasivam

ASKER

Not only from my machine the error is thrown but also from all dev machines.

But other sites are working properly. Particular site makes the problem.
Hi,

okay, so you can browse also pages and actions on some environment and you can't from any dev machine. Is that correct?
Are they configured identically? Do you use different databases in dev and on the servers (I guess you do)? Is the timeout thrown when calling the WCF-Service within the context of the page execution?

Regards,

Kristof
ASKER CERTIFIED SOLUTION
Avatar of ExpertLogin_890
ExpertLogin_890
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I've resolved myself. However thanks for your comments.