I have an asp.net and sharepoint 2010 web application running on two different subdomains of the same primary domain. for example, the asp.net site domain is aspnet.company.com and the sharepoint domain name is sp.company.com.
I have an asp.net login page where I want to issue an authentication ticket for the sp web application so that the user does not have to log in again when switching from one to the other.
I tried to do this using the same <machinekey /> element, I specified name = "company.com" in the <forms /> element.
Still out of luck. Although I know that this is possible for sp2007.
I think this does not work, because now sp2010 uses statements.
Can anyone tell how this can be done?
Thank.
Tengiz
source
share