What is the status of runat=“server” tags in ASP.NET MVC?
Some texts on ASP.NET MVC state that "there are no runat server tags", even this MSDN article says this, when, right above that statement there is a code example with a runat server tag in the HEAD element: http://msdn.microsoft.com/en-us/magazine/cc337884.aspx And on StackOverflow conversations I read "The fact that you want to use "runat=server" controls means that you should be doing a traditional ASP.NET app. And of course in the Site.Master page there are runat server attributes in the ContentPlaceHolders. The only thing I see absent from ASP.NET MVC in terms of runat server is the