Does anyone know of a way to start ASP.NET MVC 4 project without including all of that WebAPI junk? I’d like to do some experimenting with Razor, you know make a simple page without having to bloat my source control / server without a bunch of crap I don’t care about. I looked for some templates, etc. but no luck. Any ideas?
Share
I would use the existing template to create a project first. I would then remove the components I didn’t need, and create a new template.