English 中文(简体)
当使用机名时,改线电话即告失败
原标题:Application Request Routing redirected calls fail when machine names are used

我的申请中有两个服务器。 一个是网络服务器,另一个是服务器。 我在我的应用服务器上有一个静态档案,存放在我的全球导航卫星系统网络应用中。 可以通过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

问题回答

以上问题是Kerberos问题造成的。 我们在应用软件服务器上用网络服务器登记了使用URL(主要是虚拟应用程序集合账户)的实时账户。 之后,申请服务器接受了电话,所需回复又退回。





相关问题
Session Management with Windows Authentication

In an ASP.NET web app, using Integrated Windows Authentication, is the session tied to the windows identity? In other words, if I login (using IWA) to the app, and the app stores some "stuff" in my ...

Using Elmah with Cassini

Does anyone know if I can use Elmah with Visual Studio build-in web server(aka Cassini)? I get it working easily on IIS, but using same configuration, it doesn t work with Cassini. When I requested ...

Setting hostname in IIS, include www?

I want to set the hostname for a website I m adding in IIS 7, however do I include the www in the hostname or not? because I want both www.mysite.com and mysite.com both to point to mysite on the ...

inetpub versus any other folder

I ve run websites out of inetpub, as well as from folders just residing on the C: drive. I wonder, are there any definitive advantages to running websites out of inetputwwwroot?

IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

热门标签