T
Thom Little
I wrote a webservice that will be called from websites hosted on seven
different servers.
The test consumer for this application (Consume.aspx) accesses the
information from the web service (CountService.,asmx) correctly.
Consume.aspx was compiled in the same project as CountService.asmx.
What do I have to do to make CountService.asmx available to other
application not compiled with it and perhaps running on servers remote from
it?
different servers.
The test consumer for this application (Consume.aspx) accesses the
information from the web service (CountService.,asmx) correctly.
Consume.aspx was compiled in the same project as CountService.asmx.
What do I have to do to make CountService.asmx available to other
application not compiled with it and perhaps running on servers remote from
it?