Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I have written a small application which is run within a DNN portal, but is not viewed through the DNN interface. Since this is the case, I need to know if there is a way to extend DNN authentication to these pages on my server.
In other words, if a user were to go to "mydnnserver.com/portals/portalName/myAppFolder/management.aspx" now, they would be able to get the management side of my application with no problem. Is there a way to extend DNN authentication to that page to make the user login before they can view it? I have tried creating a secure folder through the DNN file manager and uploading my application there, but it makes no difference.
I am using DNN6 and, if it matters, my application is written in asp.net C#.