- WebEd9 Installation Overview
- Running the site using IIS (package without source code)
- Running the site using Visual Studio (package with source code)
- Getting the "ready to deploy" package (without source code) from a package with source code
- WebEd Installation Process
Running the site using Visual Studio (package with source code)
This step describes how to launch a site in Visual Studio:
STEP-BY-STEP
-
1To run the site in Visual Studio, pull the full source code repository to your local folder.
-
2Launch Visual Studio and open WebEd.sln.
-
3Restore the NuGet Packages first to make sure that all packages are loaded (Right-click the Solution then click "Restore NuGet Packages")
-
4Build (CTRL + SHIFT + B) the project first then make sure that there are no errors.
-
5Create a new Blank Database in your SQL Server instance.
-
6Set the WebEd.Web Project as the startup project and click Run or hit F5.
-
7Make sure that you have had Git installation and configured the environment variables for it.