請問,若將nset.js的發佈檔建置在IIS的子站台下,會找不到預設定的Get路徑,如果掛在獨立的站台,則可以正常Get,要如何設置nest.js讀取url domain的路徑。
在 web.config 加上這段試試看
<location path="." inheritInChildApplications="false">
<system.web>
</system.web>
</location>
https://www.eidias.com/blog/2019/2/21/how-to-nest-applications-in-iis
或是
https://rainmakerhoblog.wordpress.com/tag/hosting-node-js-express-app-in-iis/