Is there a way of running an ASP.NET website in a subfolder of the website?
As an example, say I wanted to run the screwturn wiki (http://www.screwturn.eu/) in a fol
You need to stop the configuration inheritance in the root web.config file so that the wiki web.config doesn't read anything from the root web.config.