c# - RedisSessionStateStore Issue with multiple Websites -


i using microsoft redissessionstatestore handle session storage 2 applications hosted in same domain. note - have blocked parent web.config child inheritance.

i getting assembly missing error when try load child application(mvc) after initial load of parent application(website project). error getting because, redissessionstatestore trying fetch assembly parent application , trying de-serialize it. not quite sure why want that. assembly name in exception bit complicated name , difficult find parent application website project (not webforms). appreciated.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -