Posted on: 8/13/2014 4:34:23 PM | Views : 1274

I have a problem that I have not been able to resolve for days now.  I've been developing a c# mvc 4 site.  It was originally using the Visual Studio Development Server and everything was working fine.  I recently moved the project to IIS 7 on my local computer (Windows 7 Pro) and now the CSS will not load.  Everything else is working, just not the CSS.
Google searches mainly point to permissions (everyone has full control, just to rule it out) or to make sure Static Content installed from The IIS feature list and it is.
IE developer tools kicked out an error that states:  SEC7113:  CSS was ignored due to mime type mismatch.  Even if I create a new MVC application within VS 2012, it still does the same thing.
I've even gone so far as to completely reformat my computer and reload VS 2012 and IIS 7.  That didn't help.  I've tried linking my CSS in various was, none of which, worked.  Below are the examples:< ...

Go to the complete details ...