show/hide this revision's text 2 Added more information.

I've pointed create a web site on my local IIS 7 to with my local own ASP.Net MVC project and everything on its root.

Everything is working fine except for the static content. Going to http://localhost:8080/Content/Site.css gives me a 404. I can see the folder on IIS Manager.

The content is served fine with the small development server you get when you run the application on Visual Studio 2008. Any ideas what might be wrong?

show/hide this revision's text 1

Accessing static content of an ASP.Net MVC project with IIS7

I've pointed my local IIS 7 to my local ASP.Net MVC project and everything is working fine except for the static content. Going to http://localhost:8080/Content/Site.css gives me a 404. I can see the folder on IIS Manager. Any ideas what might be wrong?