[Mono-list] Current state of FormsAuthentication

Jim Erwin jerwin@eyekahn.com
Wed, 2 Mar 2005 13:17:52 -0600


Jesse,

Some additional information might be helpful, such as OS (linux distro if 
applicable) and version, what version of mono you're using, how it was 
installed, are you using Apache with mod_mono or xsp, maybe your site 
configuration and web.config.

There are quite a bit of variables involved here, and a clearer picture of the 
issue might help someone to help you resolve it.

regards,

JE

On Wednesday 02 March 2005 12:45, Jesse Pasichnyk wrote:
> I am working on developing an ecommerce site with mono/postgres and am
> having some issues with the a Forms based security login area.
>
>
>
> I have the directory of /Administration/ protected and a login page of
> /Administration/Login.aspx set as the login page.  When you try to go to
> /Administration/ it tries to direct to the login page, but I get the
> following:
>
>
>
>
> Server error in '/' application
>
>
>
>   _____
>
>
>
> Unauthorized
>
>
> Description: Error processing request.
>
> Error Message: HTTP 401. Unauthorized
>
>
>
>
>
>
>
> I'm guessing this is because I explicitly need to disable protection of the
> Login.aspx page, but under the MS framework, this worked fine.  I just
> wanted to bring up this issue, and see if this decision was made for a
> reason, or if it was an accident.
>
>
>
> Also, is there anything I should be aware of, as in non-functional parts of
> the FormsAuthentication functionality in Mono 1.1.4?
>
>
>
> Thanks in advance,
>
>
>
> Jesse Pasichnyk