我想制作一個帶有Windows身份驗證的IIS(8.5.9600)Web服務,其提供者是NTLM。我的問題是我無法像我預期的那樣使用我的 Windows 域憑據登錄網站。兩者都不適合我。目前我陷入困境,因為我無法登錄并查看帶有網絡服務的網站。Windows 版本:Microsoft Windows Server 6.2我認為我的配置沒有問題。我嘗試使用以下模式登錄: DOMAIN\username username網站認證配置: https: //ibb.co/FBZXqym網站角色配置: https: //ibb.co/qDY1PWbWeb服務應用程序身份驗證配置: https://ibb.co/LvZdF45Windows 身份驗證提供程序: https: //ibb.co/FVcxXTmWeb服務應用程序角色配置: https: //ibb.co/xHBvq9d我還向 WebService 應用程序添加了 IIS 應用程序池用戶的完全權限。我的網絡配置:<configuration><system.web> <compilation debug="true" targetFramework="4.7.2" /> <httpRuntime targetFramework="4.7.2" /> <authentication mode="Windows"/> <authorization> <allow users="*" /> </authorization></system.web><system.codedom> <compilers> <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" /> <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+" /> </compilers></system.codedom><runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-4.9.2.0" newVersion="4.9.2.0" /> </dependentAssembly> </assemblyBinding></runtime>我想登錄我的網絡服務應用程序并查看標準 .asmx 頁面。目前我不能。
- 0 回答
- 0 關注
- 181 瀏覽
添加回答
舉報
0/150
提交
取消