has anyone come across this property? I am actually trying to implement a single sign on for 2 asp.net websites in a different domain. Looking for a sample code for this?
many thanks!
has anyone come across this property? I am actually trying to implement a single
Share
Have a peek at this page if you are using cross domain you’ll need to make sure you use cookie-less authentication too since the cookies won’t be cross domain.
Theres a nice code sample from a author of another Stack Question here.