Deploying Forms via HTTP.

R

rido

Hi all.

I'm deploying IP forms to a web server.
This form access a web service using managed code and WebReferences.

Because I have to change the URL of the service for each environment, I
would like to set the Url property of the WSProxy to point to the same server
where the form has been downloaded.

I use to know the original Url using the
AppDomain.CurrentDomain.BaseDirectory property.

How do I know the original codebase of the downloaded form?

thanks

rido
 
Top