views:

394

answers:

1

Hi,

Are there any special configuration settings you have to do to make a web service work with SSL?

Is there a way to force the service methods to authenticate using a username/password like I can do with a WCF service?

+1  A: 
  1. No. SSL support provided by web server (IIS).
  2. Yes. Just configure authentication through web.config
sinm