Get UserID
			
				In ASP page, does any one knows how to get user network login ID from user email address? In my company, we use win 2000 server with active directory. In my ASP page, when input an email address, I need search to find the user network login ID.
	
	View Replies
  
    
		
    	
    	
        
        within the intranet, all user are required to login.
How can I get the User ID and Domain in ASP page?
	View Replies
    View Related
  
    
	
    	
    	
        
        Is there any way I can get the logged in NT user ID from asp
page.
I tried "Request.ServerVariables("LOGON_USER")" but no use.
Our IIS 5.0 settings are as follows:
Authentications methods:
1)Anonymus access checked
2)Authenticated access - Integrated windows
authentication checked.
	View Replies
    View Related
  
    
	
    	
    	
        
        In my asp server page, I would like to collect the USERID, Client Machine Name, IP Address information and passing it back to the server for validation control. How can I achieve it in Jscript?
	View Replies
    View Related
  
    
	
    	
    	
        
        I have the following page managerlogin.asp with a form and two fields: UserID and Password. After sending the form, login.asp is used to manage the login details Code:
	View Replies
    View Related
  
    
	
    	
    	
        
        I have got rs6 to display the Usernames but when i try and link the username with the userID it shows this error: 
ADODB.Recordset error '800a0cc1' 
Item cannot be found in the collection corresponding to the requested name or ordinal. 
/viewpub.asp, line 121 
set rs6 = objconn.execute ("SELECT * FROM favepub INNER JOIN members ON favepub.UserID = members.UserID WHERE PubID=" & PubID)
Pubbers: <% WHILE NOT rs6.EOF%>
<a href="viewmember.asp?UserID=<%=rs6("UserID")%>"><%=rs6("rsUser")%></a>, 
<%rs6.MoveNext
WEND
%>
	View Replies
    View Related
  
    
	
    	
    	
        
        my page request userid and pass and after i login it loads to the main page but the problem is when i leave the page for 15-20 mins and comeback and click some links, i redirected to Page cannot displayed, and i wonder why?
	View Replies
    View Related
  
    
	
    	
    	
        
        Im having a bit of a trouble with this piece of code , basically what it does is allow a user to register with the site , then their deatails are added to a database , now what i want to do is RETRIEVE THE USERID value so that it can be passed to other ASp pages. when i run the register page i get this error:
ADODB.Field error '80020009'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. Code:
	View Replies
    View Related
  
    
	
    	
    	
        
        I see it everywhere.... Forgot username?  Enter your Email and we'll send it to you.  
How is this accomplished?
	View Replies
    View Related
  
    
	
    	
    	
        
        How do I add and get session defined variables?
when I do this Session("USERID") = "NAME";  I get
System.Web.UI.Page.Session' denotes a 'property' where a 'method' was expected.
	View Replies
    View Related