learn something new today..
regarding Forms Authentication in ASP.NET..
it's involving using 2 or more web.config where the first one is at our root application and the 2nd, ... is at folder which we want more security principal to be taken like example :
we have secure form where we want user to be authenticate/login first before we make user goes to that page..so we have the 2nd web.config that said we deny all anynonymous user which represent by "?" character..
remember we must using "?", don't use "*" otherwise we will deny all users wether they authenticate or not..-> learn the hard way..2 hours to come with the solution :D
too bad blogspot can't post some html script so i can't post the code in web.config neither code behind it..
'till then
Comments