I am having some trouble when I am trying to some razor and html code inside my MVC Views. Visual studio keeps hanging and not responding. When entering a simple tag it can take a few mins to appear. It seems to be a performance issue with asp.net views.
The problem only occurs when inside the views. when coding in the model and the controller I don't have any of the issues.
I am using Visual Studio 2010. Even at home on a better spec machine I have the same issue only the view run really slow.
Has anyone else noticed any performance issues when trying to develop a asp.net MVC 4 view?
Is there any fixes out there for this.