I couldn’t find any questions about installing DNN in root versus subfolder.
We have an issue to where we have a root website for the university and .NETapplications running under that root. We are dealing with web.configinheritance when installing DNN at the root level.
We moved it to a sub folder called /web/ but then of course we have an extrafolder in the URL of our websites. This of course is annoying and not anelegant solution for URL’s
Does anyone know of a way we can avoid web.config inheritance or mask a subdirectory or any other method to where we can avoid somename.com/web/website andkeep the format somename.com/website/?
I do know about the methods of editing web.config to avoid inheritance butit seems prone to potential issue when a web.config is changed…trying to avoid havingto do that.
Any help is appreciated.