Using SSL in your application
Posted by: Wortzels blog,
on 11 Jul 2009 |
View original | Bookmarked: 0 time(s)
One of the ways to add another security level to our application is to use SSL. SSL gives the ability to encrypt messages between two endpoints. If you will search the web youll probably notice that this ability is given to you [almost] out of the box. If you are already using IIS as your web server and you want to add this security level, all you need to do is to check some check boxes in your web site configuration. In order to accomplish the configuration part you will be asked to provide a...