Tag Archive | "Windows"

Slow Web Service calls to LocalHost in ASP.NET

Wednesday, November 5, 2008

Comments Off on Slow Web Service calls to LocalHost in ASP.NET

Here’s a few troubleshooting steps you can use to resolve slow calls to web services that are on your local host. 1. When I googled this issue, I found this link. It reveals a setting you can make in your web.config to force all calls to local web services to bypass your proxy (if you […]

Continue reading...