Installing custom module
Hi,
I am finding difficult to install my newly created custom module to my sitefinity backend. I have went through the demo of documentation part of Create a Testimonials intra-site module and when I check in admin panel I didn't find the module link their but when I check SystemConfig.config I found the reference their. So can some one tell me the simplest way to install the module.
Thanks & Regards
Ravi Maurya
Hello,
In System.config
<add title="ProductsModule" type="ProductCatalogSample.ProductsModule" startupType="OnApplicationStart" name="ProductsModule" />type="ProductCatalogSample.ProductsModule" (Namespace.class of the module). The module will be installed sucessfully if a version attribute is added.<add title="ProductsModule" type="ProductCatalogSample.ProductsModule" startupType="OnApplicationStart" version="1.0.0.0" name="ProductsModule" />