Form Authentication
I want to create a web application and implement the form authentication on that application. But I want few pages does not require any authentication and rest of all pages require form authentication. Is anyone have any idea how to achive this.
Jignesh TrivediPosted May 2, 2012, 11:58 PM
If You exclude some page from Form Authentication paste following code in web config.
Hope this help.