I'm new to ASP.NET MVC and would like to create and deploy a website using ASP.NET MVC.
I have a few old sites that run classic ASP and the site-structure goes like this:
- web.root (holds website pages)
- data.files (holds databases)
- log.files (log files)
I was wondering if the same structure is used for ASP.NET MVC??
What’s the best practice for storing your Visual Studio project files?