![為什麼我的 IIS 模組映射配置沒有顯示在 applicationHost.config 中?](https://rvso.com/image/660545/%E7%82%BA%E4%BB%80%E9%BA%BC%E6%88%91%E7%9A%84%20IIS%20%E6%A8%A1%E7%B5%84%E6%98%A0%E5%B0%84%E9%85%8D%E7%BD%AE%E6%B2%92%E6%9C%89%E9%A1%AF%E7%A4%BA%E5%9C%A8%20applicationHost.config%20%E4%B8%AD%EF%BC%9F.png)
我有以下結構:
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
。
這個配置儲存在其他地方嗎?