Hi, I need to deploy DNN 5.X site on a shared hosting server. This shared hosting has its control panel set to the virtual directory /admin. So if my site's URL is www.something.com, then the control panel will be www.something.com/admin.
The problem I am having now is that DNN has its own /admin folder with lots of controls located there. As a result, DNN fails whenever it tries to locate any control that is under the /admin path as IIS is directing that call to the Control panel Virtual directory where of course the DNN controls do not exist.
What can I do to get around this problem? What options do I have?