我的 Web 应用程序使用 Nancy,并托管在 Azure 中的 Asp.Net 中。
在开发中,我使用 IIS Express 和 Azure 的 Compute Emulator。
在生产中,主页http://mydomain/test
在我的机器上的调试中打开,主页在http://127.0.0.1:81/test
但是,在我的 NancyModule 中,我得到:
Request.Url == http://127.0.0.1:82/test
为什么是82?也许它与 IIS Express 显示其网站有关http://127.255.0.0:82/
?