This post is on the older side and its content may be out of date.
Be sure to visit our blogs homepage for our latest news, updates and information.
Then you need to change the following lines in your web.config file:
<
cookieHandler
requireSsl
=
"true"
/>
<
wsFederation
passiveRedirectEnabled
=
"true"
issuer
=
"http://localhost"
realm
=
"http://localhost"
requireHttps
=
"true"
/>
<
forms
requireSSL
=
"true"
/>
<
authentication
mode
=
"None"
>
//The above line should be placed here
</
authentication
>
Subscribe to get all the news, info and tutorials you need to build better business apps and sites