I want to understand about this part of web.config file:
If someone explains....
Best of Luck
Code:
<!--
The <authentication> section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
-->
<authentication mode="Windows"/>
Best of Luck
Comment