ASP.NET development server hangs (VS 2008)

king_jeremy

Member
Joined
Oct 20, 2009
Messages
13
Programming Experience
Beginner
Hi,
I'm currently developing a smart client application with a WCF service. During development I'm using localhost for the WCF service. But the ASP.NET Development Server almost always hangs during debug and I get a "The request channel timed out while waiting for a reply after 00:01:00. ..." Error.
It hangs only after a few times the WCF service is called, it is not specific to a particular method in the WCF service just use any of the methods and after 5 or 6 times the server hangs. My operating system is WinXP SP3 and I use Visual Studio 2008. Any idea why this is happening and how can this be fixed?
 
Back
Top