我想制作一個(gè)帶有Windows身份驗(yàn)證的IIS(8.5.9600)Web服務(wù),其提供者是NTLM。我的問(wèn)題是我無(wú)法像我預(yù)期的那樣使用我的 Windows 域憑據(jù)登錄網(wǎng)站。兩者都不適合我。目前我陷入困境,因?yàn)槲覠o(wú)法登錄并查看帶有網(wǎng)絡(luò)服務(wù)的網(wǎng)站。Windows 版本:Microsoft Windows Server 6.2我認(rèn)為我的配置沒(méi)有問(wèn)題。我嘗試使用以下模式登錄: DOMAIN\username username網(wǎng)站認(rèn)證配置: https: //ibb.co/FBZXqym網(wǎng)站角色配置: https: //ibb.co/qDY1PWbWeb服務(wù)應(yīng)用程序身份驗(yàn)證配置: https://ibb.co/LvZdF45Windows 身份驗(yàn)證提供程序: https: //ibb.co/FVcxXTmWeb服務(wù)應(yīng)用程序角色配置: https: //ibb.co/xHBvq9d我還向 WebService 應(yīng)用程序添加了 IIS 應(yīng)用程序池用戶的完全權(quán)限。我的網(wǎng)絡(luò)配置:<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>我想登錄我的網(wǎng)絡(luò)服務(wù)應(yīng)用程序并查看標(biāo)準(zhǔn) .asmx 頁(yè)面。目前我不能。
- 0 回答
- 0 關(guān)注
- 196 瀏覽
添加回答
舉報(bào)
0/150
提交
取消