1

How do I implement Https on asp.net mvc login page?

4
  • 1
    That'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-mvc Commented Sep 12, 2009 at 3:15
  • enforce on login page only, no other pages. Commented Sep 12, 2009 at 4:17
  • 1
    So if that's what you want, does the question I pointed you to help you? The RequireSSL attribute? Commented 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/… Commented Jan 14, 2017 at 7:13

1 Answer 1

1

Its a server configuration setting, you need to require HTTPS in IIS. Of course you will need to buy / generate an SSL certificate first.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.