我有以下結構:
myServer
Sites
Default Web Site
myVirtualDirectory
myApplication <- added to handler Mappings here
在「myApplication」下,我已將 IsapiModule 新增至特定的 dll 中。但是,當我使用中概述的步驟匯出 IIS 配置時https://stackoverflow.com/a/493373/2687324<handlers>
,我在 下或任何位置都沒有看到任何對我的 dll 的引用applicationHost.config
。
這個配置儲存在其他地方嗎?