Hi,
I have a main website here: www.blah.com
Then a virtual directory www.blah.com/subApplication/
The main application uses .net forms authentication.
If I make sure both web.config's share the same authentication keys, I can rest assured when someone browses to the virtual directory application the user will remained signed in right?
(I have to have the other application in its own virtual directory)