Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Auto authenticate using asp
Name: Weijie Date: August 8, 2003 at 00:54:19 Pacific OS: win98 CPU/Ram: p2
Comment:
If I want to authenticate a user that is logged into a windows environment automatically to access my web pages using asp,what should i do?
I tried server variables but the only relevant data could only be ip authentication using Request.ServerVariables("REMOTE_ADDR"). However if the ip is dynamic, this couldn't be implemented. Furthermore, Request.ServerVariables("LOGON_USER") returns an empty value. Therefore, I need a way to authenticate against Active Directory to know which user in my network is trying to access my web page,pls help,thanks in advance.
Summary: Hello everyone ! I'm stocked:-( Can anyone advise me on how I can build e-cards using ASP and Access. I tried several sites but no success. I will appreciate any help. Merci. ...
Summary: Hi, I'm using asp.net to generate an excel file. When I run the saveas command, not only does the file save, but a shortcut is placed in the c:/ directory. Also a file with no extension that appears...
Summary: I would like to examine a remote page using ASP... I tried the following code but got an ProgID error indicating the object is not available... Anyone know how to do this? ' -- ...