When I published ASP.NET MVC4 site I see error: You do not have permission to view this directory or page.
In Web.Config I use windows authentication:
<authentication mode="Windows" />
<authorization>
<deny users="?"/>
</authorization>
On my local machine everything works perfect. Problem when I published site to server. I tried to upload another site to this server, everything works. Problem with my site.