简体   繁体   中英

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.

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

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).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM