我正在阅读这篇博客,并想知道这个新的web.config文件是否可以在azure上工作。感谢。
https://blogs.msdn.microsoft.com/webdev/2016/05/16/announcing-asp-net-core-rc2/
<configuration>
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
</handlers>
<aspNetCore processPath="%LAUNCHER_PATH%"
arguments="%LAUNCHER_ARGS%"
stdoutLogEnabled="false"
stdoutLogFile=".\logs\stdout"
forwardWindowsAuthToken="false"/>
</system.webServer>
</configuration>
答案 0 :(得分:0)
是的,新的aspnet核心配置文件将应用程序设置作为环境变量提取,并且与他们现在的工作方式非常相似