If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Identification of ASPNET within SQL Server?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-08-10, 10:44
wransen wransen is offline
Registered User
 
Join Date: Nov 2005
Posts: 15
Identification of ASPNET within SQL Server?

Hi all,

I would like to discern between ASP internet users within the SQL Server. There is no problem to do the identification using Integrated Windows Authentication, since SUSER_SNAME() returns always correct ID.

Is there anything for Anonymous Access that would do the job? I would like to write a trigger for user activity monitoring of INSERT or UPDATE statements and do it just using SQL Layer.

Thank you in advance for advices!
Reply With Quote
  #2 (permalink)  
Old 03-08-10, 22:23
Teddy Teddy is offline
Purveyor of Discontent
 
Join Date: Mar 2003
Location: The Bottom of The Barrel
Posts: 6,071
Anonymous is... anonymous.

Maybe forms authentication is more appropriate since you wouldn't be relying on windows logins for everyone anymore.
__________________
oh yeah... documentation... I have heard of that.

*** What Do You Want In The MS Access Forum? ***
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On