-1

I created web app of mvcforum with webmatrix and now when i create again its website and not soloution project how i can create web soloution project of mvcforum with webmatrix?

gal
  • 49
  • 4

1 Answers1

0

WebMatrix doesn't support the Web Application project type. Therefore it is not the correct tool for ASP.NET MVC development. You should use Visual Studio instead. The Community edition is free for single users and includes the same feature set as the Developer version (https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx).

Mike Brind
  • 28,238
  • 6
  • 56
  • 88