Interview Question in Visual Studio 2005
Interview Question :: Web services time out (only in debug mode) |
This problem is happening for all the programmers that are on the “local” network and it’s happening for both Visual Studio 2003 and 2005 users.
There are web services that are hosted on the “local” intranet.
If the user is in Visual Studio and the user is Debugging, any web service the program is trying to access gives a time out error.
Now if you run the application in release mode (Ctrl + F5), (or its .EXE file) it will work just fine.
Now if you have the web service hosted on the local PC it works just fine.
If you hit a web service hosted on the net (Google search for example) it works just fine.
It’s just when the “local” intranet web services are called. |
|
|
|

Loading ...