Ask a Question related to ASP.NET Security, Design and Development.
-
SCG #1
Mixing Forms Authentication with User Accounts in ASP.NET
Put simply, I want to use a custom form where a user can enter their Windows
Domain Account and password, and have that validated. i.e. I do not want
users to be presented with the IE style dialog box when authenticating.
I used to be able to do this pre-.NET with an ISAPI DLL and LogonUser() API.
Is there an easy way to replicate this behaviour in the brave new world?
Many thanks.
SCG Guest
-
Forms authentication <-> Windows user?
Hi, I'm new in ASP.NET and I've got a question about authentication in an intranet application: I want to authentify and authorize the user by... -
Mixing Windows and Forms Authentication
I was looking a way to have the Windows and Forms Authentication on the same site, and I found a Paul Wilson's article on MSDN. I've downloaded... -
Register new user forms authentication
Ok I admit to being new at this and having problems getting my head around IIS. So if you can help me I will much appreciate it. I have a login... -
Forms Authentication Anonymous User
Hi, I have implemented Forms-Based Authentication for a website I am designing which is working fine. However I want to get a list of Roles for... -
User Session issue with ASP.NET Forms authentication & Windows 2003
Hi, I first posted this query in just the aspnet ng but didn't get a reply so I'm posting here (probably more appropriate) Hope one of you guys... -
Teemu Keiski #2
Re: Mixing Forms Authentication with User Accounts in ASP.NET
See this article:
[url]http://www.dotnetbips.com/displayarticle.aspx?id=201[/url]
about mixing Forms Authentication and Windows Authentication. LogonUser API
is still used...
--
Teemu Keiski
MCP, Designer/Developer
Mansoft tietotekniikka Oy
[url]http://www.mansoft.fi[/url]
AspInsiders Member, [url]www.aspinsiders.com[/url]
ASP.NET Forums Moderator, [url]www.asp.net[/url]
AspAlliance Columnist, [url]www.aspalliance.com[/url]
"SCG" <simon.gregory@eqos.com> wrote in message
news:eIay1fHTDHA.3500@tk2msftngp13.phx.gbl...Windows> Put simply, I want to use a custom form where a user can enter theirAPI.> Domain Account and password, and have that validated. i.e. I do not want
> users to be presented with the IE style dialog box when authenticating.
>
> I used to be able to do this pre-.NET with an ISAPI DLL and LogonUser()>
> Is there an easy way to replicate this behaviour in the brave new world?
>
>
> Many thanks.
>
>
Teemu Keiski Guest
-
SCG #3
Re: Mixing Forms Authentication with User Accounts in ASP.NET
Thanks - works a treat.
"Teemu Keiski" <joteke@aspalliance.com> wrote in message
news:%232ozNbJTDHA.2180@TK2MSFTNGP10.phx.gbl...API> See this article:
> [url]http://www.dotnetbips.com/displayarticle.aspx?id=201[/url]
>
> about mixing Forms Authentication and Windows Authentication. LogonUser> is still used...
>
> --
> Teemu Keiski
> MCP, Designer/Developer
> Mansoft tietotekniikka Oy
> [url]http://www.mansoft.fi[/url]
>
> AspInsiders Member, [url]www.aspinsiders.com[/url]
> ASP.NET Forums Moderator, [url]www.asp.net[/url]
> AspAlliance Columnist, [url]www.aspalliance.com[/url]
>
>
> "SCG" <simon.gregory@eqos.com> wrote in message
> news:eIay1fHTDHA.3500@tk2msftngp13.phx.gbl...> Windows> > Put simply, I want to use a custom form where a user can enter their> API.> > Domain Account and password, and have that validated. i.e. I do not want
> > users to be presented with the IE style dialog box when authenticating.
> >
> > I used to be able to do this pre-.NET with an ISAPI DLL and LogonUser()>> >
> > Is there an easy way to replicate this behaviour in the brave new world?
> >
> >
> > Many thanks.
> >
> >
>
SCG Guest



Reply With Quote

