DotNetNuke Case Study: DNNTreeView for Large DNN Applications
Posted by: Joe Brinkman,
on 01 Jun 2009 |
View original | Bookmarked: 0 time(s)
When deploying large DotNetNuke applications, you may consider using a custom menu that allows granular access to individual module controls. This will allow you to still group and deploy collections of controls as module packages yet present each individual control as a separate page to the end user. The Problem I recently ran into a long time DotNetNuke developer who indicated that a recent large DNN site he deployed had to be converted to MVC because it could not take the user load. I have...