My project contains two different sections.
Quote and
ProductSale
I have created A folder called Areas in Web project and Created two subfolders Quote and ProductSale.
Each subfolders has the Model, view and controller in it.
When i tried to create the view, the TextboxFor<> option(intellisense) is not coming but Textbox option is showing in razor view.
Do i need to include anything else or do we need to change some mapping/routing?
Please help me with this issue?
Note: This is a asp.net mvc3 project