Is it possible to use HTML5 in a ASP.NET MVC project in Visual Studio 2010?
asp.net, asp.net-mvc, html
Solution
The big idea behind ASP.NET MVC is that you have total control over the generated HTML, so you just need to use the tags as you wish, no additional work required.
Problem
For now, I just want to use the `<audio>` and `<video>` tags and maybe try out the drag and drop features since these are supported by Firefox 3.6. The project will just be a test project, not necessarily for production.