C
Craig Lister
Guys,
I have created my first web service (Hold the applause... I have a
question as well).
The web service does some pretty basic stuff on a database, and
returns an object. Is there a way to authorise the caller (Consumer?)
via a password or something? I'd prefer that only my application can
get data from it. The problem I guess is compounded by the fact that
the Web Service runs on a shared host... That is, I have no control of
the IIS config (that I know of), and even have 'Athorization
Mode="None"'.
Is there a way to limit access to only my application (Winform app).
I have created my first web service (Hold the applause... I have a
question as well).
The web service does some pretty basic stuff on a database, and
returns an object. Is there a way to authorise the caller (Consumer?)
via a password or something? I'd prefer that only my application can
get data from it. The problem I guess is compounded by the fact that
the Web Service runs on a shared host... That is, I have no control of
the IIS config (that I know of), and even have 'Athorization
Mode="None"'.
Is there a way to limit access to only my application (Winform app).