C
Chris
We've added a web service to our application. I've set the "URL Behaviour"
property to dynamic.
The put the following key in our web.config file:-
<add key="MyApp.MyWebService.Common"
value="http://localhost/Webservice/Webservice.asmx"/>
This works fine, but I would like to specify a relative URL. If I can't
specify a relative URL then our customers will have to manually edit the
web.config file which is not ideal. I the URL was relative to our
application then where ever the application is installed to the web service
will always be accessible.
Is this possible using any means or are there any other suggestions?
Thanks,
Chris
property to dynamic.
The put the following key in our web.config file:-
<add key="MyApp.MyWebService.Common"
value="http://localhost/Webservice/Webservice.asmx"/>
This works fine, but I would like to specify a relative URL. If I can't
specify a relative URL then our customers will have to manually edit the
web.config file which is not ideal. I the URL was relative to our
application then where ever the application is installed to the web service
will always be accessible.
Is this possible using any means or are there any other suggestions?
Thanks,
Chris