How do you require authentication using the Web.config file?
Include the following <authorization> element to require authentication: <authorization> <deny users="?" /> </authorization>
Posted By:
Name:Rajesh Kr
URL: How do you require authentication using the Web.config file?