This question is similar to this: Asp.net Profile Across Sub-Domain
I'm basically wondering if a user logs in through "www.yourdomain.com", is it possible for "subdomain.yourdomain.com" to also recognize them as logged in by checking their AuthCookie?
The referenced question's answer is to put: domain="yourdomain.com"
within your web.config.
My question is how do you set this up to work locally when your domain is localhost? Do you just take domain out on your local/dev environment?
Any help with this would be much appreciated.
Thanks!