We require the user to login on our home page. Frames are used. Logging in the first time works fine, but if the user refreshes the screen, they are brought back to the login page. If they login again, they get the following error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/stguser/inc/stgconn.inc, line 10
Invalid class string
First of all, how can I get past this error. And Second of all, how can I avoid going back to the login page when the user refreshes (a 'logged in' flag maybe)?
Thanks.
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/stguser/inc/stgconn.inc, line 10
Invalid class string
First of all, how can I get past this error. And Second of all, how can I avoid going back to the login page when the user refreshes (a 'logged in' flag maybe)?
Thanks.