This is a asp.net mvc project using Razor ViewEngine (.cshtml files)
Why is the WebFormViewEngine then loaded into memory?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ASP.NET MVC 3 uses Razor and WebForms view engines by default. For instance imagine you ported old MVC 1 project with WebForms views to MVC 3. If you dont use WebForms then you can safely remove it in Global.asax: