I wanted to add custom pages to the admin panel. A new menu item would be added to the admin panel and on click of that, it would open the respective view. I need it to manage the application for custom user-specific data.
Is that possible If yes please suggest me?
public override ActionResult Index(CmsModel currentPage)
{
// Here Session object is always null.
Session[""] =
}
I think it's not initialized. I tried adding the module under web.config but didn't work.