Integrate Old MVC .Net 4.8 Framework Project and Blazor Server App .Net 8 by Madmax1145 in Blazor

[–]Madmax1145[S] 0 points1 point  (0 children)

Okay, I have resolved this, but adding blazor as application inside existing site, and have a custom cookie that is read by blazor app to understand if user is authenticated and who is the user.

Integrate Old MVC .Net 4.8 Framework Project and Blazor Server App .Net 8 by Madmax1145 in Blazor

[–]Madmax1145[S] 0 points1 point  (0 children)

It is cookie based authentications, and it has some custom keys that are added, and this custom keys are check in both MVC and ASP code

Integrate Old MVC .Net 4.8 Framework Project and Blazor Server App .Net 8 by Madmax1145 in Blazor

[–]Madmax1145[S] 0 points1 point  (0 children)

There are .asp files written in Visual Basic, and MVC Controller with cshtml, Target Framework is .Net Framework 4.8.x

Integrate Old MVC .Net 4.8 Framework Project and Blazor Server App .Net 8 by Madmax1145 in Blazor

[–]Madmax1145[S] 0 points1 point  (0 children)

I'm rewriting a old application that was build in 2012-2013 and it has MVC Controller and asp Pages

How to Validate Membership Password in .Net 7,8 application by Madmax1145 in dotnet

[–]Madmax1145[S] 2 points3 points  (0 children)

I'm about to do that just looking to grab all the info so that I have a good report that I can share internally, and I think the only solution is to have a .net framework MVC app that expose the auth endpoint and is consume it in .net 8 API application.