[Mono-dev] Forms authentication broken for ASP.NET 2.0?

Marek Habersack grendel at caudium.net
Mon Apr 24 09:05:30 EDT 2006


Hello everybody,

  Are there any known problems with what's named in the subject? With the
following web.config file:

<?xml version="1.0" standalone="yes"?>
<configuration> 
  <system.web>
    <authentication mode="Forms">
      <forms name=".WSUSAUTH" 
             loginUrl="login.aspx" 
             protection="All" />
    </authentication>    

    <authorization>
      <deny users="?"/>
      <allow roles="student,admin"/>
    </authorization>
  </system.web>
</configuration>

xsp2 should throw an anonymous user to login.aspx and deny access to
anything else, and yet it continues to serve any asp.net resources.
 xsp1 works as expected with it, so it's either me doing something 
wrong for asp 2.0 or there's something not quite right with it in
mono.

Can anybody please confirm/deny that happening to them as well?

thanks in advance,

marek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: Digital signature
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060424/9d7fdc23/attachment.bin 


More information about the Mono-devel-list mailing list