ASP.net Quiz 4 ASP.net Quiz 4 ……….is used to define Routing in RouteConfig.cs Asp.net MVC classRouteCollectionRouteBaseMapePageRouteRouteDataConnection String are placed in Web.configPackages.configWeb.debug.configStartup.csWhich of the following is correct code for rendering partial page?@RenderBody()@RenderPartial()@Html.Partial()@Render()ASP.net provides different frameworks for working in ASP.net, Which one is not powered by ASP.net.MVCWeb formsWeb pagesDjangoAll HTML server controls written in form tag, what does runat="server" attribute indicate?Form should be processed at serverEnclosed code can be accessed by server scriptsBoth A and BOthersThe syntax for creating a Web server control isBoth A and CMethods, Properties and event handler code is written in…….tag:@{}<% %>All of theseASP.NET Web page are not compatible toIE 9.0Fire fox older versionChrome older version than 2012Web pages executed on IISHow to specify <script> code is server codeAdd runat="server" propertyIIS specifies automatically.Net framework specifiesNo need to specifyAsp.net Web page’s code can be written in VB or C#, How to specify Language?<%@ Page Language="VB" %><%@ Page Language="C#" %><%@ Language="VB" %>Both A and B