allow specific page in form based authentication

From: YA (ra294@hotmail.com)
Date: 09/21/02


From: "YA" <ra294@hotmail.com>
Date: Sat, 21 Sep 2002 12:56:03 +0200


I am using form based authentication in my asp.net application.
Some pages on my application are allowed only to one user only (the admin).
How do I prevent other users from accessing this page ?
I can check the User.identity.name in the page load of those pages but I
don't think that this is the ultimate solutiom.

Thanks.
ra294@hotmail.com



Relevant Pages