Skip to content

EmergentSoftware/dotnetcookiesharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

DotNetCookieSharing

In this example we will use a .NET Framework 4.X Webforms application to source a users identity information and share this with a .NET Core Razor Pages application.

Build / Run

It is recomended that you run through visual studio

http://localhost:49905/ - webforms application

http://localhost:50974/ - razor pages application

From the webforms application, enter in that static credentials username = "alexc" and password "securepass."

Click link to razor pages, and select "Secure" menu item. You should see text "Hello alexc"

About

Share cookies between framework 4.X and core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages