locked
Visual Studio 2010 ASP.NET MVC 4 set to IE 8 RRS feed

  • Question

  • My users have to use IE 8, so I want to code for IE 8. That means I should stay away from HTML 5
    code. How do I setup Visual Studio 2010 to not use HTML 5 code when I create a
    ASP.Net MVC 4 Web application? For example, in a new ASP.Net MVC 4 Web application,
    under Views, Shared, _Layout.cshtml there are <section> tags that only
    work in html 5 supported browsers. There could also be more html 5 only tags in
    this ASP.Net MVC 4 Web application that I am not aware of.

     

    If there is no way to stop Visual Studio 2010 from inserting html 5 code, is there a way for
    Visual Studio 2010 to list all html 5 code in an ASP.Net MVC 4 Web application so I can replace or remove the html 5 code?


    Thursday, May 23, 2013 2:45 PM

Answers

All replies