H
Harry Simpson
I've set a web reference to the webservice on my local box.
http://localhost/Webservicename/Start.asmx
But when i deploy it'll be different obviously ....
I've googled this and it talks about setting the Web Reference to dynamic.
Then in the Settings.Config set the url to the webservice's start asmx page.
Then in code:
after creating the web service object instance:
objService.url = http://differentserver/Webservicename/Start.asmx
Where is it I can set the web reference to dynamic?? I can't find such a
beast...
TIA
Harry
PS....or is there a better way?
http://localhost/Webservicename/Start.asmx
But when i deploy it'll be different obviously ....
I've googled this and it talks about setting the Web Reference to dynamic.
Then in the Settings.Config set the url to the webservice's start asmx page.
Then in code:
after creating the web service object instance:
objService.url = http://differentserver/Webservicename/Start.asmx
Where is it I can set the web reference to dynamic?? I can't find such a
beast...
TIA
Harry
PS....or is there a better way?