Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个网站 A,它托管在www.abcde.com. 它工作正常。
www.abcde.com
我有另一个网站 B,我希望它托管在www.abcde.com/efg/
www.abcde.com/efg/
网站 B 是一个单独的网站,它有自己的 web.config 文件并存储在不同的文件夹中。
你们有这样做的任何线索吗?
将 efg目录转换为应用程序,它将正常工作。
efg
efg\Web.config将覆盖所有设置<root>\Web.config。
efg\Web.config
<root>\Web.config