I have hosted .NET 4.0 / ASP.NET MVC 3 app on IIS 6 on Windows SErver 2003 machine. When I browse the app i get below error:
Access to the path ‘C:\Program Files\Reference Assemblies\Microsoft\Framework\’ is denied.

I have installed .net 4.0 on machine and when I checked the path referred in error I don’t see .net 4.0 folder there. So it’s very confusing and not able to figure out where is the problem?
I would appreciate if anyone can help on this.
The issue got solved when I installed MVC3 on my server.