[Mono-devel-list] allow roles <authorization> tag in web.config

Gonzalo Paniagua Javier gonzalo at ximian.com
Wed May 19 10:18:03 EDT 2004


El mié, 19-05-2004 a las 10:05, donaldi sp escribió:
> <location path="admin.aspx">
> 	  <system.web>
> 		<authorization>
> 		  <allow roles="Administrators" />	
> 		  <deny users="?" />
> 		</authorization>
> 	  </system.web>
> 	</location>
> 
> I have the above statement in my web.config, I can't
> access admin.aspx when i'm not log in , but when I log
> in as a user(not include in roles="Administrator"), I
> can access that page, it should be a user with
> Administrator role only can access this page.
> 
> This web.config is worked in MS, anyone can give me a
> clue, how to handle this?, or it's not implemented
> yet?

Can you file a bug report with this information and a test admin.aspx
page?

-Gonzalo




More information about the Mono-devel-list mailing list