I have an ASP.NET MVC 4 app that runs in IIS 7.5 on Windows Server 2008 R2 the site loads fine images show, javascript & css link tags when click shows 403 - forbidden access. I already tried lots of fix that I googled such as Installing the Static Content in the Role Service which is now installed also put in the runAllManagedModulesForAllRequests=true in the config. also set the folder security of my website in the wwwroot to Full Control for IIS_IUSR and Everyone and inherit them to subfolders and files but stil nothing.
dont know why it does not work in windows server 2008. But in my windows 7 running iis 7 it works fine css & javascript renders just fine.
Please help..