集成的Windows安全ASP.NET应用程序

时间:2019-05-20 07:56:04

标签: asp.net iis

我们拥有: IIS,Windows身份验证模式, 在IIS上发布的ASP.NET应用程序(非常简单) 但是当我尝试访问应用程序时,始终会出现身份验证弹出窗口 IIS和客户端计算机位于同一域(Active Directory) 正常吗我该怎么解决?

<system.web>
    <compilation debug="true" targetFramework="4.5" />
    <httpRuntime targetFramework="4.5" />
    <authentication mode="Windows" />
    <authorization>
      <allow users="*"/>
      <deny users="?" />
    </authorization>

0 个答案:

没有答案