This tutorial is used to deploy
Website Download Mall - H5 Version
Deployment Environment
Deploy the website toWindows Server 2012
、Windows Server 2016
、Windows Server 2019
Website Program
.Net core 3.1 + mysql 5.7
Native installation steps
Install mysql5.7
Install using the official installation package:https://downloads.mysql.com/archives/get/p/23/file/mysql-5.7.34-win32.zip
Third-party software to install mysql: pagoda, phpStudy, etc.
Install IIS
https://jingyan.baidu.com/article/90895e0ffb5c1764ec6b0bbb.html
Install the operating environment
For 32-bit systems, install the following 3 (download and install)
- https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-3.1.413-windows-x86-installer
- https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-aspnetcore-3.1.19-windows-x86-installer
- https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-aspnetcore-3.1.19-windows-hosting-bundle-installer
For 64-bit systems, install the following 3 (download and install)
- https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-3.1.413-windows-x64-installer
- https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-aspnetcore-3.1.19-windows-x64-installer
- https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-aspnetcore-3.1.19-windows-hosting-bundle-installer
Check whether the installation is successful
dotnet --list-sdks dotnet --list-runtimes
IIS creates a website
- Upload the website to the server folder, such as:
D:\www\website\
, website files are uploaded to this directory - Open
IIS Server
,existwebsite
Right click on a node Add a website
, enter the URL name such asdotnet
, Directory Input D:\www\website\
- exist
Application Pool
turn up dotnet
Double-click to .NET CLR Version
Change to No managed code
, confirm to save.
The above operations are referenced as follows:https://jingyan.baidu.com/article/915fc414aedf4a51384b2047.html (Windows Server configures the following part and skips the above part)
Website Download Mall Introduction
Scan the QR code with your mobile phone:

Username: admin Password: 123456
WIN环境:Windows Server 2012、Windows Server 2016、Windows Server 2019
Linux environment: Ubuntu16.04, Ubuntu18.04, Ubuntu20.04, Ubuntu21.04, CentOS7, CentOS8, Debian9, Debian10, Fedora, openSUSE 15, RHEL 7, SLES12, SLES15, Alpine
Program: asp.net core 3.1 + mysql 5.7
Mobile screenshot