Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing the default MVC project template

I want to change the default project structure for a new mvc project. I have seen a webcast where Scott Guthrie does this but cannot find it. Has anyone tried this?

like image 631
Dooie Avatar asked Jun 12 '26 02:06

Dooie


1 Answers

You can find ASP.NET MVC project templates under the following address:

%VSPath%\Common7\IDE\ProjectTemplates\CSharp\Web\1033\MvcWebApplicationProjectTemplatev2.0.cs.zip

like image 144
Mehdi Golchin Avatar answered Jun 15 '26 23:06

Mehdi Golchin