iis - Passing ASP.NET auth session from one webapp to another -
hope can articulate well.
i've case we've front facing website hosted on iis under single application pool.
now, create extension of front facing website , plan host under new application pool.
some facts * user auth uses asp membership provider * users login via front facing site * front facing site web forms based
question: there way seamlessly re-use authenticated session front facing site sub-site (different iis app pools)?
tia.
yes, if give both applications same machinekey should work.
some documentation here: https://msdn.microsoft.com/en-us/library/eb0zx8fc.aspx
Comments
Post a Comment