In web.config file, there is a line setting below.
<authentication mode="Windows" />
What is use for? Can I delete it?
Hi,
This is for "Windows Integrated Authentication" ie to use automatically the user account used to log on the client Windows machine to authenticate to an intranet website :
https://en.wikipedia.org/wiki/Integrated_Windows_Authentication
Which authentication method do you want to use for this web site or which problem are you trying to solve ?