I am trying to get ASP.NET MVC 3 to work on an ASP.NET website project (NOT web application) project that uses WebForms. I have a test page "working". The only issue is within the view when I am in visual studio I get no intellisense and the following issue:
MVC 3 'ViewData' is not declared. It may be inaccessible due to its protection level.
I created an ASP.NET MVC 3 project and a website project and compared the web.config and had made sure to add all the correct references. System.Web.Mvc is referenced in my root web.config. What could I be doing wrong?