baskaran a
baskaran a

Reputation: 1

Web Service application in Delphi 2007

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

Answers (2)

shunty
shunty

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

Birger
Birger

Reputation: 4353

Did you check your firewall settings? Can you open other pages that are served by the same IIS webserver?

Upvotes: 1

Related Questions