Hi, I created new website using ASP.NET MVC5 using Invidual User Accounts authentication and it works fine when running on IIS Express (VS2013) but when i publish it, the user gets logged out after 5 minutes away.
I've tested, and it's not about running on debug or release, locally it works fine for both.
To test, I created a test project with this configurations and only changed the web.config to use Full Trust, but that was all i changed.
I'm hosting this website at GoDaddys.
I've tried changing the ExpirationTime, but it didnt make any difference.
BTW, I'm not using External Authentication.
Does anyone have any clue what could I try to fix it?
Thanks!!
Go to the complete details ...