views:

52

answers:

1

Hi,

I had an application built on top of DNN. We created a few custom DNN modules for it. Now the functionality is required in another application that is not going to be built on DNN but on plain old ASP.NET. The question is that can the existing modules somehow be reused as is in other applications as plain UserControls somehow??

A: 

Well yes a no

If the logic and security of the module are not depedent on any of the dnn namespaces then its easy but if they are then you may have to rewrite and rethink - really though in my opnion once you have built a module its easy to rebuild it without dnn after all the real challenge is getting the logic to work that first time.

codemypantsoff