On administration panel, Jupiter regularly takes off a "Login Expired" box asking to login again.
- I am using a IIS7 hosting service
- I am using SQL Server 2008 R2
- I checked the full trust capability on web.config adding trust level="full" (this is need on mi hosting)
- I manually add ASP.NET WebPages assemblies to /bin directory (except System.Web.WebPages.Administration.dll because it conflicts with Nuget assembly in Umbraco)
I checked the same site on IIS 7.5 through publishing on other hosting provider and this was solved but still I need solve this.
The admin panel is operating but It constatly needs relogin. The log seems to show all working fine.
Anybody had the same problem?