Hello Wisej Team,
I have an existing Wisej 4 project currently running on .NET Framework 4.8 with a standard web.config.
I would like to know what is the recommended way to migrate this project so it can run on newer .NET versions (e.g. .NET 6 / .NET 8).
Is this possible by only changing the web.config?
Are there official guidelines or steps from Wisej for migrating an existing Wisej 4 application from .NET Framework to .NET Core/.NET 8?
Thank you in advance for your help.
Best regards,
Ivan.
You need to change the project format to the new sdk format. See https://learn.microsoft.com/en-us/aspnet/core/razor-pages/web-sdk?view=aspnetcore-9.0 Then you need to add Startup.cs, etc. The easiest thing to do is to create a new blank project and either move the files over or look at the differences. The project type is not a Wisej issue, it’s all Microsoft.
web.config is not used in netcore. Only when deploying on IIS it’s used by IIS. Wisej on netcore uses it to read the license key. Aspnet core deployments are different – but it’s just a normal aspnet core app.
Please login first to submit.
