Click here to Skip to main content
15,902,749 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Last week I have changed server of my ASP.net Application.Every thing goes fine but none of the webservices seem to work. Nothing happens when the webservice is being called from browser. I think there is problem with IIS configuration or server settings.

I searched a lot in the Google for this, made intensive debugging for weeks, yet with no solution. No web service work in my project since we changed server. Is there any configuration that disable all web services? How can I debug this problem? Any help will be greatly appreciated.?
Posted

1 solution

"Don't work" is a rather difficult statement to trace.

Do you get errors when your clients try to connect to the service?
The first thing you would do is make sure the client(s) have not hardcoded your service url. Make them point to the new server.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900