Re: Authentication not running -- how to debug?
From: Dennis Andersen (guy@pachou.com)
Date: 03/25/03
- Next message: Leigh: "Login: Cannot Open Database?"
- Previous message: Dennis Andersen: "Authentication not running -- how to debug?"
- In reply to: Dennis Andersen: "Authentication not running -- how to debug?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Dennis Andersen" <guy@pachou.com> Date: Tue, 25 Mar 2003 08:57:02 -0800
Never mind :-/
It is running but only on aspx pages, which makes sense.
"Dennis Andersen" <guy@pachou.com> wrote in message
news:#R7dF0u8CHA.1600@TK2MSFTNGP10.phx.gbl...
> 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?
>
>
>
>
>
- Next message: Leigh: "Login: Cannot Open Database?"
- Previous message: Dennis Andersen: "Authentication not running -- how to debug?"
- In reply to: Dennis Andersen: "Authentication not running -- how to debug?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|