ABP Framework Quick Start Guide--3. Multi-page Web Application

   Create a template project using the ABP framework and ASP.NET Core MVC. Template projects are available on the download page https://aspnetboilerplate.com/Templates.

After creating and downloading your project, follow the steps below to run your application:

1. Open the solution in Visual Studio 2017 v15.3.5+ and create the solution.

2. Select "Web" as the main project of the startup project.

3. Check the connection string in Web.config. You can change it if you need to.

4. Open the package manager console and run an Update-Database command to create your database (make sure the default project is selected as .EntityFrameworkCore, in the package manager console window). If the Running Seed method appears, the command is executed successfully.

Database initialization result:

5. Run the application. If successful, it will display the login screen:

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325294392&siteId=291194637
Recommended