Ask a Question related to ASP.NET Security, Design and Development.
-
KSK #1
How to pass Windows login credentials to ActiveDirectory
Hi,
I am using windows integrated authentication for my asp.net intranet application.
basically, I have to pass the windows username & password to login to the Active Directory for that user to update his/her profile.
I could get the name of currently logged-in user using:
User.Identity.Name (which returns me both domain & username)
How do i get the password, so that I can create a directoryentry as follows:
Dim enTry As DirectoryEntry = New DirectoryEntry("LDAP://test.com", Username, pswd)
I am a newbie, so any help is greatly appreciated!! Its urgent
___
Newsgroups brought to you courtesy of [url]www.dotnetjohn.com[/url]
KSK Guest
-
Pass credentials from one web site to another for seamless login
I have a partner company that has a web site that I need to gain access through the web site in my company. I need to be able to log into my site... -
Web site content determined by login credentials?
We are an architectural firm, and we would like to integrate a secure area with a username and password on our web site that would allow our clients... -
Using Window Login credentials to authenticate
Hi, Instead of prompting for a username and password, how can allow access to a coldfusion site based on there windows login credentials??? ... -
Login to LDAP using current credentials
Hello, Here is my situation. I have developed several apps that require authentication to access. For authentication, I have the users enter... -
Can I pass ASP Basic Auth Credentials to an APS.NET Forms Authentication site?
I am converting an ASP Website running Windows NT 4.0 to ASP.NET running Windows 2000 on a different computer across the Internet. During this...



Reply With Quote

