What is the correct way to configure windows authentication? When I make a change to the source and put a new build on production, the authentication disables windows and enables anonymous.
This is what is in the web.config file.
<authentication mode="Windows" /><authorization><deny users="?" /></authorization><identity impersonate="false" />
Thank you