Hello, I have DNN 4.8.1 installed in the wwwroot on our web server which works perfectly. I added a virtual directory and configured another web application to run from there. I modified the new applications web.config to remove the instances of the httpModules that reside in the DNN's web.config and copied the DLL's from the DNN's Bin to the new applications Bin. The applicaiton does run correctly for the most part.
Now, I want to Iframe the new application into a page running on the DNN app. Cool, this works too.
Now for the fun part I do not understand. I really need some help with these three issues that are most likely related.
1. The new application uses an Access Membership Provider for forms security. When I run the app as a stand alone, the security works and the user has to log into the admin section of the applicaiton. While Iframed in from the virtual directory the user does not get prompted to login and is taken to the admin section. Opps! can't have none of that.
How can I fix this issue?
2. The new application also has themes applied that works perfectly as a stand alone but sends the user to the "your app is broke page"
How can I fix this issue?
3. The new application has a page with a simple email contact form that also works perfectly as a stand alone but sends the user to the "your app is broke page"
How can I fix this issue?
Any help would be appreciated!