'The best approach to combine Web forms with Blazor
Situation: At company where I work, we are using a big application that was written in Web forms fifteen years ago. We would like to start transition to ASP.NET core Blazor. This means that the whole application must be re-written in this new technology.
The problem: Since it is a quite big application, the programming might take up to two years. The old application is structured in several modules and my manager would like me to convert module by module in the new blazor application (which will be followed by testing). Once a module is programmed in Blazor, we would like that our old application redirects to the given module in the new application. This means we need to keep running both application at the same time during the transition period. Also, we need a way that when a user logs in the old application he is automatically logged in the new app.
The question: Is it possible to allow this simultaneous login (share session) using the same domain (maybe virtual hosts where the new application is domainname.com/new)? What would be the best approach regarding the architecture of such temporary hybrid? How to configure the server? Has anyone had some similar needs?
Thank you very much in advance!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
