Hi,
I try to organize my project by using the mvc areas feature but now it seems that the Map(s) included inside the Views inside an area have trouble with the render operation. Could you please provide some guidance on how to customize the Map control or config when using the MVC Areas feature.
thanks in advance.
jm
Question about MVC4 and Areas
Hi JM,
The attached is a demo to show how to take the Area feature of MVC 4 to structure the project better. After running the application, there should be 3 links that you can try (Given the root path is: localhost:65078/):
localhost:65078/Maps/Home/Index
localhost:65078/Admin/Home/Index
localhost:65078/
One show how to display a map and doing some interactions with it.
Hope it helps,
Johnny
MvcApplication1.zip (542 KB)
Hi Johnny,
thanks! I figured it out.
jm.
Hi Jm,
Good to hear you have sorted it out.
Thanks,
Johnny