StrataFrame Forum

Web form display inconsistencies

http://forum.strataframe.net/Topic32439.aspx

By Ross L Rooker, Sr.(1) - 2/19/2014

Deployed web app to dedicated server running IIS7. The app targets the .NET Framework 2.0. The first form is a login form and upon successful login a search form should appear.

I have 2 machines running IE 11. When I'm logging in on one of the Windows 8.1 computers, the search screen appears. On the other, after login, the search screen does not appear nor any error. Same when using an iPad.

Both machines work under Chrome and FireFox.

I know this is not a lot of detail, but does anyone have any input on this type of issue?
By Ross L Rooker, Sr.(1) - 2/20/2014

Can't believe I messed this.... Added <sessionState mode="InProc" cookieless="UseUri" timeout="600"/> to web.config.
By Trent L. Taylor - 2/20/2014

Just saw this, glad you got it!
By Olivier - 2/20/2014

Hello

600 minutes for the session variable , it's higher for a server. Cause the memory grow up quickly and destroy 600 minutes after.


In your method process on the login, you use FormAuthentification Class ?

olivier