how to secure a single aspx page in asp.net website
问题 I have multiple aspx pages in my web site but i want to secure only one page.I used the asp.net membership and role manager but it require user name and password for all pages but i want to secure only a single page.please any one can help me how can i do this in vb.net with asp.net .I have used the following code in web.config but it applies on all pages which i dnt want <authorization> <allow users="sml" /> <deny users="?" /> <deny roles="users" /> </authorization> <roleManager enabled=