we developed an asp.net mvc 4 application. in vs 2012 this work fine. we publish this web application and putting it on iis 7.5, but when we want to browse web application t
In my case the problem was with the Physical Path setting.
It was pointing to C:\inetpub\wwwroot\MySite
but the imported site was actually at C:\inetpub\wwwroot\MySite\Default Web Site\MySite
I changed the path in iis via MySite -> Edit Site -> Basic Settings and I was off to the races.