One aplication have 50 pages out of 50 , 5 pages shouldn't ask user name and password other 45 should ask user name and password?how will you write the code in web.config?
In application if there were 50 pages and out of 50, 5 pages asked user id and password there then 45 pages were show and take there company details, new user detail data, show the visitor about their fruitfull results, FAQ is also available their. And many more like that.
meenal
Sep 7th, 2006
I am confused by your ans .Can you elaborate pls
Amritansh
Sep 22nd, 2006
Make sure that the authorization tag in WEB.CONFIG is empty and then after the Globalization tag write the following coding.... make sure to set the start page as the one which does not have a security on it..........
<!-- GLOBALIZATION
This section sets the globalization settings of the application.
Why cant we put the 5 pages in another folder and create a seperate web.config file for the folder and set Authentication = "none". i think this will do the trick. Comments r welcome.
One aplication have 50 pages out of 50 , 5 pages shouldn't ask user name and password other 45 should ask user name and password?how will you write the code in web.config?
Profile Answers by harinath29 Questions by harinath29
Questions by harinath29