Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

'ASP 0177 : 800401f3' error

Status
Not open for further replies.

scohan

Programmer
Dec 29, 2000
283
US
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.

 
for your first question, what version of IIS do you have

for the second question, you could store the "logged" in flag in a Session variable. You could write an include file that checks this variable and redirects to the login page if it is not set, and include this file at the top of every page that needs to make sure the user is logged in. ray
rheindl@bju.edu

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top