I am trying to make a WebForms project and ASP.NET MVC per this question. One of the things I\'ve done to make that happen is that I added a namespaces node to the WebForms
It's easier to start with an MVC project, and then start adding WebForms pages.
For your error, you will need to add references for the following assemblies:
There will be much more to add in the web.config to get MVC working correctly. To get it all, I'd suggest creating an MVC project, and merging the web.config files.