Re: Some webservice connections
"Sami
Date: 11/23/04
- Next message: "Dan: "Re: Can't read/write to Registry"
- Previous message: Matt: "Re: Configuration Differences"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 23 Nov 2004 10:44:41 -0800
"Nikolay Petrov" <johntup2@mail.bg> wrote in message
news:O4TnUPOtEHA.3004@TK2MSFTNGP10.phx.gbl...
> 1. Can I use SSL for my web services?
Yes. Install an SSL certificate on the web server, and have the consumers
use https in the url of the service.
> 2. How can implement some kind of security to my web services? My idea is
to
> implement some kind of licensing or user/password authentication for an
web
> service.
There are plenty of options, ranging from passing username/password
combination in web method parameters or soap headers, IIS authentication
features, to WS-Security in WSE. You will need to do a bit of research to
find out which is best suited for your requirements.
http://msdn.microsoft.com/webservices/building/security/default.aspx can get
you started.
> 3. Do I have to make my web service multi threaded or IIS takes care for
> simultaneous requests?
> (I mean not multi threaded for accepting connections, that is done by
> IIS, but multi threaded to the things it does, like file operations,
> database connections and so on.)
If your web methods access a shared resource, then you will need to write
code to do it in thread-safe manner.
Regards,
Sami
---------------
Posted using Community Server NewsReader, Alpha
Learn more at www.communityserver.org
- Next message: "Dan: "Re: Can't read/write to Registry"
- Previous message: Matt: "Re: Configuration Differences"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|