Ask a Question related to ASP.NET Security, Design and Development.
-
Mike Hacker #1
Forms / Windows Authentication
I have an application where I would like to present a nice HTML based
login page but log the user in using Windows Authentication.
I know that forms authentication is not what I need because it doesn't
tie into Active Directory. And I don't want to use Windows
Authentication because I don't like the browsers ugly login dialog.
Any ideas or code samples to do what I am asking?
Thanks!
Mike
Mike Hacker Guest
-
Windows and Forms Authentication together ???
Hi, I am trying to create a site that will be used by both employees and external users, so both types of users trying to access the same pages. ... -
Forms and Windows Authentication
Hello! I have a project that I'm working on and have some thoughts on how to secure it but was hoping to get suggestions on the feasibility of my... -
Combining forms and Windows authentication
Hi! I've read Paul Wilsons article on mixing forms and Windows authentication... -
Windows and Forms Authentication
Hi, I need some help on building a security model for an intranet I am currently building. I am aware that Intranets lend themselves quite... -
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... -
Teemu Keiski #2
Re: Forms / Windows Authentication
Perhaps this article helps you:
Using Windows and Forms Authentication Together
[url]http://www.dotnetbips.com/displayarticle.aspx?id=201[/url]
--
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]
"Mike Hacker" <mphacker@sitedev.com> kirjoitti viestissä
news:ac079432.0308201412.2122668c@posting.google.c om...> I have an application where I would like to present a nice HTML based
> login page but log the user in using Windows Authentication.
>
> I know that forms authentication is not what I need because it doesn't
> tie into Active Directory. And I don't want to use Windows
> Authentication because I don't like the browsers ugly login dialog.
>
> Any ideas or code samples to do what I am asking?
>
> Thanks!
>
> Mike
Teemu Keiski Guest



Reply With Quote

