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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

asp on IE6.0

Status
Not open for further replies.

maxpower1

Programmer
Jul 29, 2001
488
US
I have an asp app that has a login window. The first time, I entered the username and password, it brings the annoying MS default 'Page Not Found' window abruptly.

Then I use the back button and try to re-logon, ONLY then it brings up to the next window(as dictated by the application). It seems like the FIRST TIME i bring up
IE, I always get the above error msg.

I have a COM+ dll that I use to monitor the session. That dll is loaded when a user logs on.

does anyone have the similar experience?

thank you in advance
 
if you use javascript, make sure to instantiate (use activexobject()) in the Application_OnStart. That will load up the dll into memory before a session starts. I thought it was the browser too. Turned out what you do in global.asa matters.

let me know how it all turn out?

Did you create the dll using C++ or VB. If using C++, be careful with the strong datatype. ASP hates em :(
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top