Ask a Question related to ASP.NET Security, Design and Development.
-
Raterus #1
Re: authentication - windows and website
If you are ONLY using Integrated Windows Authentication, you should be able to use this in code.
User.Identity.Name
to get the LoginName.
--Michael
"Jeetu V via .NET 247" <anonymous@dotnet247.com> wrote in message news:%237xMoS1mEHA.2708@TK2MSFTNGP10.phx.gbl...
Hi All,
I want to allow user to my website without asking userid and password, who has logged on to network domain(XYZ) with userid(temp) and password(pwd). But I don't know how to get the current network userid from windows(active directory) and validate to my SQL database, where I need to keep all the network userid. This is intranet application. If any one of you know the sample code using VB.NET please let me know.
Thanks for the help.
--------------------------------
From: Jeetu V
-----------------------
Posted by a user from .NET 247 ([url]http://www.dotnet247.com/[/url])
<Id>+o/conM4zE+tlXht/3EubA==</Id>
Raterus Guest
-
ASP.NET Authentication and Windows Authentication
Hello, I'm developing a web application that will run on an Intranet. I'll use Windows Authentication, so users can access the application... -
Windows Authentication - what happens when it's not available?
Hi I'm developing an Intranet system for a client, and am looking at using Windows Authentication, so that the network users don't have to log... -
windows authentication..
Hi I'm stuck with a user authentication issue and desperately need some help. here's the situation - I have a web application where all the users... -
Forms authentication with Windows authentication
Hi, I have an ASP.NET web site that uses IIS Basic Authentication and accesses an OLAP Server at various stages. The OLAP Server authentication... -
Windows NT authentication and asp???
Hi, Can someone tell me how I create a login page which authenticates users against the servers user manager. I want the login to be a form in...



Reply With Quote

