I have an MVC3 application having no. of areas (Load, Patron, Search). I have followed this link (Link) to include my application into CMS module.
When I try the procedure same as above link, I can add my existing application as Orchard CMS module. But, When I run the application I am not able to get my new module listing in the Modules/Features in admin menu.
I need to know How to get my new module listing in the Feature/Modules section.
Update
Module.txt // Module name is OPAC
Name: OPAC
AntiForgery: enabled
Author: The Orchard Team
Website: http://orchardproject.net
Version: 1.7.2
OrchardVersion: 1.7.2
Description: OPAC Search
FeatureDescription: OPAC Searching.
Category: OPAC Search
Any help to this problem is highly appreciated.
Thanks