How can we give authentication to some pages in ASP.Net application in form authentication
prakash Rout
Select an image from your device to upload
<configuration> <system.web> <authentication mode="forms" /> <authorization> <allow users="?" /> </authorization> </system.web> </configuration>