kayleigh Posted September 25, 2003 Posted September 25, 2003 Hi guys, I need some help on security for an asp .net application, although I'm not even sure if this is the correct forum to post my question. My client is very concerned about the security issue, so he wants SSL on both sides, and authentication through digital certificates. Can someone please give some clues on this? Are there any specifics for this topic on asp .net? Thanks in advance. Quote
*Gurus* Derek Stone Posted September 26, 2003 *Gurus* Posted September 26, 2003 SSL has nothing to do with ASP.NET. It's configured from within the Web server's options, and acts independently of all higher layer protocols. You'll need to acquire a certificate from a root provider and then consult your Web server's manual for instructions on how to install it. In IIS, this is quite simple. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.