Re: Using Login Control to Authenticate???



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

.



Relevant Pages

  • Re: Using Login Control to Authenticate???
    ... On May 4, 3:49 pm, Mike Voissem ... to incorporate the login control to authenticate the users vs. the AD windows ... and then authenticate them to AD ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • RE: asp.net login control not authenticating?
    ... Can you shed some light on how one can begin troubleshooting this issue? ... interact with the db just fine, and, the passwordRecovery control is getting ... > by the login control if Authenticate is NOT handled. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • RE: asp.net login control not authenticating?
    ... Dominick Baier - DevelopMentor ... for some documentation on the login control, but, I haven't found any. ... to handle the Authenticate method manually in order to redirect the authenticated user to a specific URL based on the referring URL ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • RE: asp.net login control not authenticating?
    ... that's not necessary - in fact - that's exactly the code that gets executed by the login control if Authenticate is NOT handled. ... Dominick Baier - DevelopMentor ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • RE: asp.net login control not authenticating?
    ... you may be able to download it in PDF format for free from the APress ... > interact with the db just fine, and, the passwordRecovery control is getting ... >> by the login control if Authenticate is NOT handled. ...
    (microsoft.public.dotnet.framework.aspnet.security)