How would I go about creating new views/web pages dynamically in ASP.NET MVC 5? For example, I'm building an application where users sign in and submit entries, and I want the application to be able to create a new view for each new month.
I have no idea where to start with this, which part(s) of the MVC I would have to change, and how it would work.
Thank you.