Déploiement d'une appli webforms utilisant un service web
1 réponse
Prosper
Hi,
I have implemented (using VS.NET 2003)a winforms app which is using an xml
web service; the two have been developped in my local machine;
Now the web service will be deployed in a remote server, and the winforms
app will be deployed in 5 clients standalone machines.
The problem is when I was implemented my two app., I didn't deal with the
discovery of the web service;and I suspected that I must touch the disco file
of my winforms app, according to the new place of the xml web service