Re: Some webservice connections

"Sami
Date: 11/23/04


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



Relevant Pages

  • Re: Some webservice connections
    ... Install an SSL certificate on the web server, ... combination in web method parameters or soap headers, IIS authentication ... > (I mean not multi threaded for accepting connections, ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Export SSL certificate from Lotus Domino web server
    ... Just installed an IPS and trying to export SSL certificate from a Lotus Domino web server to import on the IPS to do SSL decryption. ...
    (Security-Basics)
  • SSL certificates -- how are they validated?
    ... If I purchase an SSL certificate and install it on my web server, ... Anytime anyone communicates with my web server does the SSL go ... out to site that issued the SSL certificate to validate it? ...
    (microsoft.public.dotnet.security)
  • Help secure items ?
    ... I have setup 1 web server using 2003 and installed a SSL certificate, ... appears okay. ... the system to allow non-secure items, I understand is it possible to ...
    (microsoft.public.inetserver.iis.security)
  • Re: Multiple secured web servers on same IP require multiple certificates?
    ... same web server, do I need multiple SSL certificates? ... An SSL certificate is tied to a specific FQDN, or in the case of a wildcard ... The port ...
    (microsoft.public.inetserver.iis.security)