J
j.edwards
Hi,
I have been developing an app that communicates through webservices and it's
worked perfectly up until installing CF SP3. Now I can only connect if I
specify an IP address.
Previously I had been using e.g.:
http://servername/AppFolder/WS.asmx
The "servername" was not "localhost" it was the actual server name.
Now I must specify e.g.:
http://192.168.111.1/AppFolder/WS.asmx etc
Does anyone know a way around this? I'm particuarly concerned because it
will eventually be deployed in a hosting environment that uses host headers,
so an IP address won't be sufficient.
Thanks.
I have been developing an app that communicates through webservices and it's
worked perfectly up until installing CF SP3. Now I can only connect if I
specify an IP address.
Previously I had been using e.g.:
http://servername/AppFolder/WS.asmx
The "servername" was not "localhost" it was the actual server name.
Now I must specify e.g.:
http://192.168.111.1/AppFolder/WS.asmx etc
Does anyone know a way around this? I'm particuarly concerned because it
will eventually be deployed in a hosting environment that uses host headers,
so an IP address won't be sufficient.
Thanks.