Orchestrator
2022.10
False
横幅背景图像
Orchestrator 安装指南
上次更新日期 2024年4月19日

web.config

备注:

Orchestrator 的大多数配置设置已移至 UiPath.Orchestrator.dll.config

  • 连接字符串
  • 应用程序设置
  • NLog 配置
  • 加密密钥

概述

web.config 文件 (C:\Program Files (x86)\UiPath\Orchestrator) 保存 IIS 使用的设置,这些设置包含在 <system.webServer> 元素中。
此处了解 <system.webServer>
更改 web.config 将自动重新启动 IIS。

System.webServer

HTTP 压缩

下方元素可使您在 Orchestrator 中单独压缩动态内容或可下载的大型 .csv 报告。系统默认启用此功能
设置为 true。要禁用它,请将 enabled 属性的值更改为 false
<httpCompression>
  <dynamicTypes>
    <remove mimeType="text/csv" />
    <add mimeType="text/csv" enabled="true" />
  </dynamicTypes>
</httpCompression><httpCompression>
  <dynamicTypes>
    <remove mimeType="text/csv" />
    <add mimeType="text/csv" enabled="true" />
  </dynamicTypes>
</httpCompression>
  • 概述
  • System.webServer

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.