thankyou,
Unfortunately I have no (and I mean that literally) experience of web
services and xml. Is there another simpler(to me) means of achieveing this
task.
"Ken Tucker [MVP]" wrote:
> Hi,
>
> The way I would do it is to create a web service which handles all
> my business logic. Then I would create a windows forms application that uses
> the web service. That way the web service is always available and the client
> can shut down the application on his pc. I hope this helps
>
> Ken
> --------------------------
>
> "marcmc" wrote:
>
> >
> > I have an icon that points at a server application written in dotNet.
> >
> > I wish to allow the users on distributed pc's to be able to close the
> > application and walk away but I have to ensure that this does not shut down
> > the actual application on the server.
> >
> > In this way the application on the server acts kind of like a service but it
> > can never be closed down on the server.
> >
> > Has anybody any idea how to implement this or indeed can it be done?
> >
> >
|