authorization element in web.config
From: E-Coder (Sharaf_mohamed_at_hotmail.com)
Date: 06/23/03
- Next message: Paul Ingles: "RSACryptoServiceProvider - Decrypting then Encrypting"
- Previous message: MS News: "Re: ASP.net error message"
- Next in thread: Matjaz Ladava: "Re: authorization element in web.config"
- Reply: Matjaz Ladava: "Re: authorization element in web.config"
- Reply: Tom Vogel: "Re: authorization element in web.config"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 23 Jun 2003 13:18:36 +0200
Peace upon you all
I tried to deny access through the authorization element in web.config
but it didn't work, Itried to deny the unauthenticated users with ?
parameters and it worked well but when I deny access to particular user it
didn't work and it allowed him alse here's the code I tried
<authorization>
<deny users="?" />
<deny users="someUsers" />
</authorization>
and I tried also
<authorization>
<deny users="someUsers" />
<deny users="?" />
</authorization>
Thanx in advance for ur help
Mohamed
- Next message: Paul Ingles: "RSACryptoServiceProvider - Decrypting then Encrypting"
- Previous message: MS News: "Re: ASP.net error message"
- Next in thread: Matjaz Ladava: "Re: authorization element in web.config"
- Reply: Matjaz Ladava: "Re: authorization element in web.config"
- Reply: Tom Vogel: "Re: authorization element in web.config"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|