Answered by:
Visual Studio 2010 ASP.NET MVC 4 set to IE 8

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?- Moved by Jack Zhai-MSFTMicrosoft contingent staff Monday, May 27, 2013 2:26 AM The ASP.net issue.
Thursday, May 23, 2013 2:45 PM
Answers
-
Hi Liddz,
Since it is related to the ASP.NET, to help you resolve this issue, I suggest you could post this issue in http://forums.asp.net where asp.net experts live in, and there you would get dedicated support. Thanks for your understanding.
Best Regards,
Jack Zhai [MSFT]
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- Edited by Jack Zhai-MSFTMicrosoft contingent staff Friday, May 24, 2013 6:16 AM
- Proposed as answer by Just Karl Tuesday, January 14, 2014 11:40 PM
- Marked as answer by Just Karl Thursday, January 23, 2014 10:52 PM
Friday, May 24, 2013 6:16 AM
All replies
-
Hi Liddz,
Since it is related to the ASP.NET, to help you resolve this issue, I suggest you could post this issue in http://forums.asp.net where asp.net experts live in, and there you would get dedicated support. Thanks for your understanding.
Best Regards,
Jack Zhai [MSFT]
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- Edited by Jack Zhai-MSFTMicrosoft contingent staff Friday, May 24, 2013 6:16 AM
- Proposed as answer by Just Karl Tuesday, January 14, 2014 11:40 PM
- Marked as answer by Just Karl Thursday, January 23, 2014 10:52 PM
Friday, May 24, 2013 6:16 AM -
Hello,
Specifically, this should be asked in the ASP.Net MVC forum on forums.asp.net.
KarlWhen you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
My Blog: Unlock PowerShell
My Book: Windows PowerShell 2.0 Bible
My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})Tuesday, January 14, 2014 11:40 PM