我的申请中有两个服务器。 一个是网络服务器,另一个是服务器。 我在我的应用服务器上有一个静态档案,存放在我的全球导航卫星系统网络应用中。 可以通过Windows Authentication来应用服务器网络。 我已经利用ARR,用URL具体电话向静态档案转播了URL。
当我在URL使用IP地址,从客户机器打电话到网络服务器时,东西方会做罚款。 当我使用机器名称时,我正发现401个错误。
1) I checked on the IIS Logs -> When call fails, repeated attempt was made by client to connect with web server and all calls failed with 401 error. From web server to app server, call was made only one and it returned 401 error. 2) When call success scenario, two 401 failure in web server and one 401 failure in app server. after that one success call in both web server and app server.
我还检查了未请求追查的情况,没有获得补充资料。
下文是减少灾害风险网络服务器中的组合一。
<validation validateIntegratedModeConfiguration="false" />
<rewrite>
<rules>
<rule name="Reverse Proxy to Test Model" stopProcessing="true">
<match url="^Sample/(.*)" />
<action type="Rewrite" url="http://appserver/{R:0}" />
</rule>
</rules>
</rewrite>
让我知道是否需要更多信息。
Regards, Madhan