I try to deploy my app to the web server. On my pc everything works fine. In my Web.config file I have
Code:
<authentication mode="Windows" />
But this doesn't work when I deploy, do I have to change the web.config?