This tutorial is for deployment.
Little Rabbit 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 MySQL 5.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 for installing MySQL: BT Panel, phpStudy, etc.
Install IIS
https://jingyan.baidu.com/article/90895e0ffb5c1764ec6b0bbb.html
Install and run the environment
Install the following three programs for 32-bit systems (download and install directly).
- 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
Install the following three programs for 64-bit systems (download and install directly).
- 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 if the installation was successful.
dotnet --list-sdks dotnet --list-runtimes
Creating a website with IIS
- Upload the website to a server folder, such as:
D:\www\website\Website files are uploaded to this directory. - Open
IIS server,existwebsiteRight-click on the node Add website Enter the URL name, such asdotnetDirectory input D:\www\website\ - exist
Application pool turn up dotnet Double-click to .NET CLR version Change to Unmanaged codeConfirm and save.
The above instructions are for reference only.https://jingyan.baidu.com/article/915fc414aedf4a51384b2047.html (Windows Server configuration follows; skip the sections above.)
Little Flying Rabbit 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 environments: Ubuntu 16.04, Ubuntu 18.04, Ubuntu 20.04, Ubuntu 21.04, CentOS 7, CentOS 8, Debian 9, Debian 10, Fedora, openSUSE 15, RHEL 7, SLES 12, SLES 15, Alpine
Program: ASP.NET Core 3.1 + MySQL 5.7
Screenshot from mobile device