0
firnas created
Hi, What is the best / feasible way to upgrade the ASP.NET ZERO project, as there could be multiple ways?
We have tried upgrading from 3.5 to 4.1 and getting number of errors. There are issues when running the Angular project, although there is no build errors in the backend project. Below is the screenshot of console while running the upgraded app.
We are trying to upgrade in 2 different ways.
- Upgrade Nuget packages on old project
- Merge code from old project to latest version of ASP.NET ZERO template
Please advise