![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Have you changed URL of the web service in your app's code? When you first set reference to the web Services, the service' url is pointing to the server where the WS is. Now you moved the WS to other server, you supposed to change the URL in your code: MyWebService sv=new MyWebService(); sv.Url="http://newServer/..../GetUsers.asmx"; Of course, you can reset the web services reference in your project and rre-build it. "Mike" <Mike (AT) community (DOT) nospam.com> wrote in message news:u4wNpvpCIHA.3400 (AT) TK2MSFTNGP03 (DOT) phx.gbl... I moved my web services to a new web server and now I can't access the web services through my web app. I am able to access them using IE: (http://newservername:110/webService/GetUsers.asmx) that works, but when I try to run my app that is using this web service it fails. I looked at the configuration under IIS and it matches the same configuration I took the web service off of (asp.net 2.0, security, etc) What could be causing my app not being able to access the web service on the new server? |
#4
| |||
| |||
|
#5
| |||
| |||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |