OrchardCMS will be released at visual studio

If I have a version of Orchard installed on the server through the Microsoft Web App web gallery at my hosting provider, is there a good way to pull out a garden instance for developing local visual studios?

+5
source share
2 answers

When creating Visual Studio, always use the full source from Codeplex. WebPI package is designed to use ready-made applications when you do not want to perform any encoding.

In your case, this is rather complicated, but doable. The best approach is

  • Grab the full source, as described here ,
  • Take the source from the server
  • 2. src/Orchard.Web, 1. ( ).
  • /src/Orchard.sln VS , (2.), Orchard (1.). /src/Orchard.Web/Modules.
+4

, , WebPi WebMatrix.

, , .

0

All Articles