I have 3 applications which I would like to have share a single log-in form that is locate as part of one of the apps. They are currently each located at the same level under a root folder. Each application is in a seperate virtual directory.
My question concerns the config file in each. Specifically, the location where the login form is specified. I have something like <authentication mode="Forms"><forms loginUrl="~/Default.aspx" cookieless="UseUri"/></authentication>
but I can't figure out how to reference anything outside of the virtual directory in which the app is located, and it doesn't seem possible to place multiple apps within a single virtual directory.
Thank you