views:

16

answers:

1

I was wondering if it is possible to create a DNN module that references a compiled business layer, instead of using just the data provider approach that's included in the default project. How would such a project be deployed? Just copy the compiled assembly that I'm referencing into the website bin folder?

A: 

Yes, you can reference assemblies in the bin from your module's project.

bdukes