B
Brent White
I created and published a web service from my development system
running XP and IIS to a Windows 2003 Standard server running IIS.
When I try to access the service on the 2003 box, it keeps asking me
if I want to download the file, rather than bring up the page for the
service.
http://195.1.2.222/Skipjack/service1.asmx
is the URL. On my development system, it brings up the page that
shows the operations that can be done on the service. On the 2003
box, it asks me if I want to download the file, which won't do any
good because I need to send an XML formatted string to the service URL
from an outside program.
running XP and IIS to a Windows 2003 Standard server running IIS.
When I try to access the service on the 2003 box, it keeps asking me
if I want to download the file, rather than bring up the page for the
service.
http://195.1.2.222/Skipjack/service1.asmx
is the URL. On my development system, it brings up the page that
shows the operations that can be done on the service. On the 2003
box, it asks me if I want to download the file, which won't do any
good because I need to send an XML formatted string to the service URL
from an outside program.