Run an ASP.NET website in a subfolder

后端 未结 5 1272
暗喜
暗喜 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:33

    I had to do this recently, and having made the wiki folder an application (as suggested in the previous answers) I also had to place a dummy 'App_Themes -> Default' folder at the top-level within the Wiki app because of the presence of the tag in the parent app's Web.config. Small hack, but that's the way I like to configure my styles in Asp.Net, and I didn't want to change that.

提交回复
热议问题