views:

259

answers:

0

We have an ASP web application with a page that makes calls from the client to internal web service methods. Everything works fine when we deploy the application onto our local test server. However, when we deploy the application to our shared hosting provider (specifically, godaddy using their grid hosting web farm plan), calls to the web service methods hang the page.

I've called their tech support but they have been pretty useless.

Is there something specific that has to be done when making an internal webservice method call from within a web farm?