I have created a custom db application and created an application on my webserver. I have placed the directory on the root which right now our DNN is installed. I setup the membership to point to the DNN membership database and also copied the machine key from the DNN web.config to my custom app web.config. But it still doesn't authenticate....
Is this possible to do?
my main site is www.domain.com and then I have the custom app as www.customapp.domain.com. Through my readings I thought I understood as long as I use the same machine key it should work.
What am I missing?