How do I implement Https on asp.net mvc login page?
-
1That's a very open ended question... what exactly are you asking...? How do I install a certificate on my IIS server? How I enforce https on a login page? A bit more information about where you are having issues would be good. Does this question help... stackoverflow.com/questions/156748/ssl-pages-under-asp-net-mvcten5peed– ten5peed2009-09-12 03:15:58 +00:00Commented Sep 12, 2009 at 3:15
-
enforce on login page only, no other pages.zsharp– zsharp2009-09-12 04:17:53 +00:00Commented Sep 12, 2009 at 4:17
-
1So if that's what you want, does the question I pointed you to help you? The RequireSSL attribute?ten5peed– ten5peed2009-09-14 21:11:01 +00:00Commented Sep 14, 2009 at 21:11
-
You have to config your app server IIS then implementing HTTPS in your application. The following link can help you. tech.trailmax.info/2014/02/…SeeSharp– SeeSharp2017-01-14 07:13:25 +00:00Commented Jan 14, 2017 at 7:13
Add a comment
|