So my Project solution is made up of,
- My Blazor Server App .NET 6(Has project reference dependencies to the class library and server project
- My Server SQL Server 2019 database project which has all my Stored Procedures and Table scripts.
- My .NET Class Library
I already have a windows server 2019 machine and I need some sort of direction to point me to how to set it all up.
- I know I need to publish my Blazor Server App and publish it on IIS.
- However how do I publish the Class Library together with the app?
- How should I publish my database? Do I have to install Visual Studio on my Windows Server and then publish the database to MSQL using visual studio via the project?
I feel like I have some sort of idea but I would like some guidance or affirmation if I am doing things the right way.