This project adds ASP.NET to an existing database and creates interfaces to add/edit/remove persistant data from the database.
ASP.NET, MariaDB, NuGet MySQL.Data package
The setup for this application is fairly straight forward.
- Load the datebase dump into MariaDB server.
- In
Web.configfile change the database connection parameters. - Compile the application