Capture Client's Windows Login Username
I am running an application in Windows Server 2003. The clients with Windows XP Professional will access the application through the web browser. Can I know how can I grab the Windows login information like username DOMAINUSER1 from the client and apply it to the login credential in my application?
View Replies
ADVERTISEMENT
Is there any way to capture a person's pc name or windows login name with ASP? I have a form that anyone can submit and article to be published to, and I just want to make sure they're being honest about who is submitting what.
View Replies
View Related
I have a problem with ("auth_user") in asp,I try to use windows
username and password in asp page for limitation user access to pages,
but this server variable returns empty string
View Replies
View Related
Anyone know how it is possible for windows to get the name of the user
logged in?
I know if you do :
Request.Servervariables ("AUTH_USER")
it displays the username of the person logged in, but is there a way
to get the "Full name" of that user in the active directory?
Ie, if they log in with the username jsmith, I from that I know there
full name is John Smith.
View Replies
View Related
I want to my web page get username from windows and use this username for limitation access of user to pages, my authentication is windows I thinks because user input username for login to windows, and auth_user has value of username I think maybe it doesn't need to get username again, but you say it's normal.
View Replies
View Related
I have a problem with ("auth_user") in asp,I try to use windows username and password in asp page for limitation user access to pages, but this server variable returns empty string.
View Replies
View Related
how to find the username and password of windows 2000 (i mean the usrname and pwd of the user who has logged in).
View Replies
View Related
How will you know that a username is already login? I have this chat page in which both of you can login with the same username.
View Replies
View Related
Trying to set up an asp page where the rank and file employees can view
the results of an Access 2k database with the standard links, etc.
Certain employees have been tasked with updating things in the database.
I would like to set up the ASP page to query the %username% variable on
the Windows systems that view it, and if it is a match, then present a
link to update the Access 2k database.
Is it possible and where would I look for help/assistance with it?
View Replies
View Related
I use auth_user for get username from windows, when I upload that page on server and user open the page that contain this code ,it shows a prompt window and wants username and password ,it's common or it must get automatically from windows?
View Replies
View Related
First my database consists of a couple tables.MyUsers (records - username, password, tablename)User1 (records - record 1, record2, record3)User2 (records - record 1, record2, record3)
What I have a username and password login. When they login I need asp to look up in a database (table - myusers) and if the username and password match one of the records then take the third record (which is actually a reference to that user own table) and store it in a variable.
I then need to read that users table and display all the info in that table on a new page for only that user to view.
Below are the files that I have. I have been messing around with it with another example so some of the code might be a little misleading....
View Replies
View Related
I have downloaded a nice upload script from the internet, it works great, but I would like to have it protected,so that only the admin user can use this upload page, I'm getting the following error:
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Request.Session'
If I change it in Request.Cookies, that won't work either.....
View Replies
View Related
Does anyone have a script that will allow me to extract the current
user's logon to a Win2k machine?
View Replies
View Related
Can I take my visitors windows login names?
View Replies
View Related
I want to redirect my user to another page.With ASP (not .Net) and IIS 5.0,under windows 2000 server.We have installed the component WinHTTP that is used to manipulate http
requests.
We want to automatically identify the user through his Windows login/pwd(NTML) He does not need to type it.How do i get the login/pwd from windows, and perfom an authentificationcontrol?then how do i set up a cookie in the client computer?
View Replies
View Related
Is it possible toget the username of a visitor on his Windows 95/98/ME etc... machine?, I know it's posible for NT logiin bu tis it for 9x?, If so would anyone mind explaining how it's done?
View Replies
View Related
I would like to know how I can programmtically retrieve the windows login
id? This is a asp.net application.
View Replies
View Related
I'm writing one asp page and developing application for intranet...
I just need to know when if anyone executes this scripts, i need to find out his windows login information (only username on which they are currently logged in)..
I tried below code but its giving me machine name instead of username..
<%
Dim X
set X = createobject("WSCRIPT.Network")
dim U
U=x.UserName
Response.write "Logged In User is: " & U
%>
View Replies
View Related
I have succesfully captured the users login detail, but I now have a new problem I have assigned the login to a Session Variable, however when I come to use the string stored in the variable it excludes the which seperates the domain from the user name, it should be :DOMAINUSERNAME , but I am getting DOMAINUSERNAME which really is a pain. Anybody know why this is happening and how I can overcome it ?
View Replies
View Related
Most people cancel the "allow anonymous user" and IIS will automatically popup the user login dialog. Not me. I want anonymous users to be able to do somethings. Then, if they want to do more, they can to go to a "login page".
This used to be my own ASP page. Now I dont want that. Instead I want the Windows login dialog to popup. How do I do that. How do I in my ASP page cause the Windows Login dialog to popup. I am running on Win2K server.
View Replies
View Related
How can I prevent this from happening? For example when the asp
application works in a public terminal where we don't want successive
users to know the login password and user name of the previous ones?
View Replies
View Related
How can i obtain Clients Country
View Replies
View Related
what is the easiest way to get the clients country, wthout asking them for it is there a HTTP request?
View Replies
View Related
I have to develop the game in asp.net which is played by two player (TIC TAC TOE GAME ) sitting on two different pc.
the problem that i am facing is that how i can refresh the page second player page when i recieve the request from first player and vice versa.
View Replies
View Related
myGetImage.asp is suppose to create a temporary file in the client side, and display in on the client web browser. myGetImage.asp needs to know the clients web browser temporary system path, in order to create the temp file. How do I get the parameter and value of clients web browser temporary system path?
View Replies
View Related
does anyone know how to get all the sessionID that are active on a web site. I want to know how many people are on my web site and what their sessionID would be if I do response.write(Session.SessionID)
View Replies
View Related
I have web application that pulls in an image from a web users machine to include it in a preview
<input type="image" name="adimage" alt="user image" border="0" height="100" width="75" src="file://localhost/<%=strFullGraphicsPath%>" disabled>
is there anyway to extend this to be able to include images on a network share on the user's network?
View Replies
View Related
i am trying to build a page that my client can log onto with a password and update information daily, if there is someone who can point me in the right direction or tell me how to do this it will save me days of research trying to find it myself.
View Replies
View Related
I´ve made a program and now i would like the users of the program to be able to download updates from my website.
I want the user to show where the EXE-file on their computer is, so i can check version number, size and name of the file.
Do i need the user to upload the file to the server first before i can check version number, size and name?
Can i do this without some kind of component? Code:
View Replies
View Related
The client needs to save a file on his pc which is located on the server disk. What can be the solution for this?
View Replies
View Related
does anyone know why my session number doesnt stay the same when i pressed refresh?
it works on w2k, but not on w2k server
my programmer thinks that the IIS is not passing the session back to the client. is there a way to check or any other alternative for sessions?
View Replies
View Related
How to incorporate this Install-feature into my web site. I already wrote the setup program which is available on my web server. I do not want to let the setup program to be downloaded and get installed If this is not possible using ASP then do I need to really move to CGI scripting.
View Replies
View Related
I am facing a strange problem. I want to give a functionality to the client where he can download a complete folder from the server. but how to give this functionality is the main problem.
I have one ASP page where I am creating various files of vcf extension dynamically and now I want that client should be able to download all those files. Those files are present in one folder and so I want to give that whole folder to the client.so now I want some trickes/code or URL from you guys to achive this .
View Replies
View Related