Authentication not running -- how to debug?

From: Dennis Andersen (guy@pachou.com)
Date: 03/25/03


From: "Dennis Andersen" <guy@pachou.com>
Date: Tue, 25 Mar 2003 08:39:53 -0800


I had a web application working with authentication. No problems.
A few days ago the authentication stopped and all pages that had been
protected were accessible without login. I investigated and couldn't see any
changes that would have caused this behavior -- most of the site is in old
asp and the closest any change got was to modifiy a session variable in an
asp page.

I ran a test to see if authentication was working and have the following in
the web.config file:
<authentication mode="Forms">

<forms name="MyAuth" loginUrl="login.aspx" protection="All" path="/" />

</authentication>

<authorization>

<deny users="*" />

</authorization>

I expected to not be able to access ANY pages, but it was as if nothing
changed. This is in the root web.config file.

How does one tell if authentication is active? How can one tell if the
web.config file was parsed ok?



Relevant Pages

  • Re: ADSI Authentication using ASP - Problem
    ... ASP application over the web. ... "Basic Authentication" enabled. ... Dim oRootDSE As IADs ... strPassword As String, strUserADSPath As String ...
    (microsoft.public.inetserver.iis.security)
  • Re: Cant make a domain user the "anonymous access" user
    ... I have tried both with and without Integrated authentication enabled. ... I get a login prompt if I am using an NTLM-capable ... I can then authenticate using the domain account ... Pool containing this ASP page ...
    (microsoft.public.inetserver.iis.security)
  • Re: Newbie Needs Help!
    ... >> based authentication via SQL Server for a section of our corporate web ... >> I know classic ASP quite well, but the ASP .NET world is very different. ... >> Will IIS 5.0 support ASP .Net's built in methods for the integrated form ... > You can map the aspnet ISAPI dll to these other file extensions in IIS, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP using ADSI
    ... I'm using ASP because I know nothing of .net. ... My environment is an NT4 domain that is being migrated to W2K3 AD domain. ... Now the issues revolve around authentication. ... When you say you set up a service account, ...
    (microsoft.public.windows.server.active_directory)
  • Re: Single Sign On
    ... project (traditional ASP) that authenticates against TAM and am developing ... the portal site makes a call to an ASP.NET web service ... > user accesses one of the ASP.NET apps, ... so enabling Forms Authentication allows the ASP.NET app ...
    (microsoft.public.dotnet.framework.aspnet)