Implementing Forms-Based Authentication
Posted
by
TeaDrinkingGeek
on Stack Overflow
See other posts from Stack Overflow
or by TeaDrinkingGeek
Published on 2012-12-07T10:41:37Z
Indexed on
2012/12/07
11:04 UTC
Read the original article
Hit count: 141
ASP.NET
I have a website for public users, but also have an admin part of about 10 pages, that I need to secure for website admin only.
If I implement Forms-Based Authentication on the 10 pages, will it also spread across the public part of the website too? i.e. changes in web.config.
I was looking at this example (http://support.microsoft.com/kb/301240) but it looks like it closes off public view for entire application!?!
Regards Tea
© Stack Overflow or respective owner