Reputation: 1
created and deployed a Web service application in a virtual directory using IIS 6.1. The client application works fine on the same machine. But it is not working in another machine where the client application is copied manually. Can any one help what went wrong?
In Internet explorer, The XML file is displayed in the same machine. But from other machine, 'Un able to open the page' error occurs.
Suggestions please...
Regards, Baskaran A.
Upvotes: 0
Views: 373
Reputation: 3758
My first 2 guesses would be:
1) Firewall settings, as previously mentioned.
2) The client app has a hard coded path in it somewhere that ought to be a relative path or, perhaps a URL. Something along the lines of 127.0.0.1 or localhost or C:\... within the app or in its configuration file(s).
Upvotes: 1
Reputation: 4353
Did you check your firewall settings? Can you open other pages that are served by the same IIS webserver?
Upvotes: 1