I am creating a simple ASP.NET application and want to know about that
How can I distribute Controller for different pages ?
Try to create pages and distribute controller of those pages as per logical binding. e.g public accessible in different controller and private accessible in different controller.