How to implement authentication via web.config

Platform: ASP.NET| Category: Security

Include the <authorization> element.


<authorization>
	<deny users='?'/>
</authorization>

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.