質問:
DocuWare Desktop Appsをプロキシ経由でルーティングするにはどうすればよいですか?
回答:
Desktop Appsがインストールされているワークステーション上で、2つの設定ファイルを調整する必要があります。これらの設定ファイルは、次のディレクトリにあります。
C:◆Program Files (x86)◆DocuWareDesktop。
これらの構成ファイルの中で、これらのキーを追加して調整する必要があります。
DocuWare.DesktopService.exe.config:
<system.net>
<defaultProxy enabled="true" useDefaultCredentials = "true">
<proxy autoDetect="false" bypassonlocal="false" proxyaddress="http://myproxy:8080" usesystemdefault="false" />
</defaultProxy>
<connectionManagement>
<add address = "*" maxconnection = "10" />
</connectionManagement>
</system.net>
DocuWare.Desktop.exe.config:
<system.net>
<defaultProxy enabled="true" useDefaultCredentials = "true">
<proxy autoDetect="false" bypassonlocal="false" proxyaddress="http://myproxy:8080" usesystemdefault="false" />
</defaultProxy>
</system.net>
KBA は、クラウド組織とオンプレミス組織の両方に適用されます。
ご注意:この記事は英語からの翻訳です。この記事に含まれる情報は、オリジナルの英語版製品に基づくものです。翻訳版の記事で使用されている文法などには、細かい誤りがある場合があります。翻訳の正確さを完全に保証することは出来かねますが、ほとんどの場合、十分な情報が得られると思われます。万が一、疑問が生じた場合は、英語版の記事に切り替えてご覧ください。