URGENT!! Windows Authentication Problem

From: Matthew E Creegan (mecreegan@attbi.com)
Date: 02/19/03


From: "Matthew E Creegan" <mecreegan@attbi.com>
Date: Wed, 19 Feb 2003 13:27:52 -0500


I have a simple ASP.net Application that contains a few pages to expose data
stored in a database.
I want to use Windows Authentication to restrict acccess to the application.
The entire application seems to have been problem free for the past 2 weeks.
Now it seems that users can't log in from the internet. I can view the
application perfectly from within the domain.
Now when users hit the application from the internet, they get the Windows
login dialog (as usual), which seems to accept credentials properly, but the
default page can't be displayed.
I have 2 sites running on the webserver, so I figured I'd try putting the
application on the other site. It actually works perfectly there. There
doesn't see to be anything wrong with the first site, as other applications
seem to be working fine.
Despite all this, I'm still thinking it's an authentication issue because if
I remove <deny users="?"> from the authorization in the web.config then the
application works fine over the internet, except that the users are not
forced to authenticate (not an acceptable solution).

Anyone have any ideas what went wrong?

Thanks.

MEC



Relevant Pages

  • Re: URGENT!! Windows Authentication Problem
    ... Yama Kamyar ... > I want to use Windows Authentication to restrict acccess to the application. ... > Now when users hit the application from the internet, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: URGENT!! Windows Authentication Problem
    ... If I deny a single user, that user can still access the application (from ... entire internet gets in without authentication. ... > I want to use Windows Authentication to restrict acccess to the ... > Now it seems that users can't log in from the internet. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Access denied ( From one site to another, that is in another server)
    ... If insted of configure the ASP.NET Application for Windows Authentication, ... Active Directory - Delegation: ... To verify that the application account can act ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Access denied ( From one site to another, that is in another server)
    ... | configure it for Basic Authentication, can I avoid use Kerberos and use ... |> Enable Integrated Windows Authentication check box is ... Active Directory - Delegation: ... To verify that the application account can act ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Using IIS w/ASP .NET 2.0 Web Application Projects
    ... I've tried to explain to you the authentication mechanism as well as I can. ... When you're done, you'll see that, if you turn on Windows Authentication. ... I also know that the IIS documentation directly contradicts what you are saying. ... Integrated Windows Authentication overrides the Anonymous authentication default. ...
    (microsoft.public.dotnet.framework.aspnet)