anonymous ASP.net form with SSL

Posted by user307852 on Stack Overflow See other posts from Stack Overflow or by user307852
Published on 2010-04-19T19:27:25Z Indexed on 2010/04/19 19:33 UTC
Read the original article Hit count: 243

Filed under:
|

Hi I want to create contact form with SSL I have anonymous webapplication and won't be any login usecase, so whole webapplication must work via http:// but when user go to contact form, it must work via https:// I know how to do the redirect to https:// programatically, I've been searching how to configure SSL on IIS but it seems to not be the case?? I don't wont whole webappliation to work via https, only my contact form - how to do that and how o onfigure that? The data from my form will be passed to database, but it is not important here.

© Stack Overflow or respective owner

Related posts about ssl

Related posts about ASP.NET