Re: Using Login Control to Authenticate???
- From: Alexey Smirnov <alexey.smirnov@xxxxxxxxx>
- Date: 4 May 2007 13:25:26 -0700
On May 4, 9:56 pm, Mike Voissem
<MikeVois...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Yes, the admins are going to create an Active Directory on the IIS server in
the DMZ, and manage the users for that AD. The requirement then is for the
web app to allow the outside users to get to the "landing page" without the
AD pop-up, and on the "landing page" I would have the login control , and
then I would use their credentials to authenticate to AD.
--
Mike Voissem
Lead Software Engineer
Donnelley Marketing
"Alexey Smirnov" wrote:
On May 4, 3:49 pm, Mike Voissem
<MikeVois...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I've been searching for 2 days now, and haven't really been able to get a
complete solution to my problem(s). And let me preface this by stating this
is my first crack at asp.net development so please excuse the ineptness.
My environment is W2003 server, IIS 6.0. This server is in our DMZ and the
web admins want me to use Windows Authentication.(I tried to deploy Forms
Authentication but was shot down by corporate admin's on this). I am trying
to incorporate the login control to authenticate the users vs. the AD windows
login screen(the consensus was that we wanted to provide a login screen that
was "our own").
So, here's what I want to be able to do. Display the login page with the
login control. Allow the users to login, and then authenticate them to AD
through code. If anyone can point me to an article, sample code, book, or
whatever, I would greatly appreciate this. I just haven't been able to find
anything that truly states how this all needs to happen.
1). What all needs to be in web.config.
2). What methods to call from\within the login control
3). How to properly set up IIS
Unfortunately, I'm the lone ranger on this, as nobody in our company has
done web development before.
--
Mike Voissem
Lead Software Engineer
Donnelley Marketing
Mike, do you mean that you would have a separate Active Directory
within the DMZ?
Take a look at this manual
http://msdn2.microsoft.com/en-us/library/aa302386.aspx- Hide quoted text -
- Show quoted text -
Well, then you should consider the form authentication against AD
You can do it using the built-in ActiveDirectoryMembershipProvider:
http://msdn2.microsoft.com/en-us/library/ms998360.aspx
.
- Follow-Ups:
- Re: Using Login Control to Authenticate???
- From: Mike Voissem
- Re: Using Login Control to Authenticate???
- References:
- Re: Using Login Control to Authenticate???
- From: Alexey Smirnov
- Re: Using Login Control to Authenticate???
- Prev by Date: Re: Win 2003 svr/ASP.NET 2.0 UNC share
- Next by Date: Re: Using Login Control to Authenticate???
- Previous by thread: Re: Using Login Control to Authenticate???
- Next by thread: Re: Using Login Control to Authenticate???
- Index(es):
Relevant Pages
|
|