zamphion / orchard-mono

Files (patches, setup) to patch Orchard CMS (windows .net) for Mono .net Linux environment
http://zamphion.github.io/orchard-mono/
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Can't login with IE browser #1

Closed zamphion closed 10 years ago

zamphion commented 10 years ago

Can login to Orchard with FF/Chrome, but not IE. Can browse ok in all browsers, just can not login with IE. It appears to login, but then bounce back to front page and not logged in.

zamphion commented 10 years ago

solved by having domain="orchard-linux.cloudapp.net"
in the web.config forms i.e.:

   <forms name="orchardlinux" domain="orchard-linux.cloudapp.net"  loginUrl="~/Users/Account/AccessDenied" timeout="2880" />