E
EagleRed
I have an ASP.NET 2.0 application developed in VS2008 that calls an ASP.NET
2.0 Web Service, say MyService, also developed in VS2008. During development
both are in the same solution and I set a Web reference in the application to
the service and things work.
I deploy both to the same Web server and set the Web reference to something
similar to:
http://localhost/MySevice/Service.asmx.
This has worked in the past, but now suddenly I am getting an "Unable to
connect to the remote server." error when calling the service from the
deployed application.
I can set the Web reference on my development machine to the deployed
service and it works, so the service is there and running.
What could the problem be? How do I fix it?
As always any help would be greatly appreciated.
Thanks,
Eagle
2.0 Web Service, say MyService, also developed in VS2008. During development
both are in the same solution and I set a Web reference in the application to
the service and things work.
I deploy both to the same Web server and set the Web reference to something
similar to:
http://localhost/MySevice/Service.asmx.
This has worked in the past, but now suddenly I am getting an "Unable to
connect to the remote server." error when calling the service from the
deployed application.
I can set the Web reference on my development machine to the deployed
service and it works, so the service is there and running.
What could the problem be? How do I fix it?
As always any help would be greatly appreciated.
Thanks,
Eagle