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

DLL permissions

Status
Not open for further replies.

jjob

Programmer
Jul 16, 2002
157
GB
We have a DLL to handle password input for an Oracle / ASP application. The DLL also writes the session id to a cookie if the password is validated.

There are 4 developers, each of whom has their own development site on the web server, but all of whom use the same DLL - it being stored once on the site, and isn't duplicated as the ASP scripts etc are.

We have noticed, April 1st of all days, that the DLL does not write the cookie UNLESS we have a user logged on to the Web Server. At the moment we are sure that this has only begun to happen on April 1st, as we are not aware that we have had someone logged onto the web server permanently for the past 6 months! Also, another test server doesn't exhibit the problem.

Not writing the cookie means we get logged off as soon as we get to the main menu script. Log someone onto the Web server, and the DLL writes cookies. The odd thing is that the DLL still appears to handle the passwords OK regardless of someone being logged on or not. The line immediately before the cookie write is a SQL execute to write the session id to the database, and this still occurs.

Has anyone ever seen this behaviour before? We are at a loss, as the DLL permissions seem fine, and no one can figure out why simply having a user log onto the Web server box can affect IIS and the DLL.

Permissions seem to be set OK for Admins and System.

TIA

John

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top