Asp.net core 3.在IIS中托管应用程序和并发开发中的问题

时间:2019-10-31 07:20:02

标签: c# iis asp.net-core-3.0

我最近将我的asp.net core 2.1应用程序更新为.net core 3.0 在我的机器上,我将应用程序托管在IIS上,以便其他一些组件可以使用它,而每当需要调试时,我都可以对其进行调试。 以前,我的web.config是

<aspNetCore processPath="bin\IISSupport\VSIISExeLauncher.exe" arguments="-argFile IISExeLauncherArgs.txt" stdoutLogEnabled="false" />

升级后,我的web.config看起来像

<aspNetCore processPath="D:\MyApplication\bin\Debug\netcoreapp3.0\MyApp.exe" arguments="" stdoutLogEnabled="false" hostingModel="InProcess" />

当我调试应用程序时,我的应用程序只能由外部访问。 任何以为我不见了

0 个答案:

没有答案