临河任务调度
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
678B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <location path="." inheritInChildApplications="false">
  4. <system.webServer>
  5. <handlers>
  6. <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
  7. </handlers>
  8. <aspNetCore processPath="dotnet" arguments=".\Acme.BookStore.Blazor.WebApp.Tiered.dll" stdoutLogEnabled="false" stdoutLogFile=".\Logs\stdout" hostingModel="inprocess" />
  9. </system.webServer>
  10. </location>
  11. <system.webServer>
  12. <httpProtocol>
  13. <customHeaders>
  14. <remove name="x-powered-by" />
  15. </customHeaders>
  16. </httpProtocol>
  17. </system.webServer>
  18. </configuration>