Run an ASP.NET website in a subfolder

后端 未结 5 1275
暗喜
暗喜 2020-12-15 17:51

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

5条回答
  •  既然无缘
    2020-12-15 18:43

    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.

提交回复
热议问题