Good morning,
When I publish my ASP.net application on the server, I get the following error,
Configuration error authentication mode="Windows"
This is part of my Web.config
<system.web>
<!-- mode=[Windows|Forms|Passport|None] -->
<authentication mode="Windows" />
</system.web>
And I'm using IIS7.
Does anyone have any idea how to solve it?