asp.net mvc - IIS 7.5 MVC4/.NET4.5 Nothing but the default page loads -
... else (scripts, css, other pages) return 404 error. works on dev machine under iis express i'm assuming i've configured iis 7.5 incorrectly, nothing leaps out @ me. when navigating site couple lines of html, no styling or javascript. looks web page out of 90's.
i have:
- set own app pool application running integrated .net 4
- ensured web.config has
<modules runallmanagedmodulesforallrequests="true">
insystem.webserver
element - re-installed .net 4.5
- installed mvc4.0 runtimes gac
what missing?
so turns out core project set use .net4 instead of .net4.5, caused condition.
Comments
Post a Comment