How to get ASP.NET MVC 5 app with Facebook, Twitter, etc. sign-on working with SSL -


i'm working through tutorial oauth stuff working: http://www.asp.net/mvc/tutorials/mvc-5/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on

i've gotten far turning on ssl , when press f5 start app and, start page doesn't load.

i've not gotten far turning on of oauth providers or anything, won't work ssl.

i know isn't ton go on perhaps has seen before , solved it?

thanks in advance....

first of select web application project in solution explorer , press f4 view properties. set ssl enabled true. in case important anonymous authentication enabled.

project development server properties

next edit project's web settings , change project url ssl url first properties panel, selecting web application project in solution explorer , pressing alt+enter , clicking web on left side. in these screenshots can see ssl url has port 44301.

project web settings


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -