zoukankan      html  css  js  c++  java
  • Debugging Failed Because Integrated Windows Authentication Is Not Enabled

    To enable integrated Windows authentication

    1. Log onto the Web server using an administrator account.

    2. On the Start menu, click Administrative Tools Control Panel.

    3. In the Administrative Tools window, double-click Internet Information Services.

    4. In the Internet Information Services window, open the Web server node.

      Web Sites folder opens beneath the server name.

    5. You can configure authentication for all Web sites or for individual Web sites. To configure authentication for all Web sites, right-click the Web Sites folder and click Properties on the shortcut menu. To configure authentication for an individual Web site, open the Web Sites folder, right-click the individual Web site, and on the shortcut menu, click Properties.

    6. In the Properties dialog box, click the Directory Security tab.

    7. In the Anonymous access and authentication control section, click the Edit button.

    8. In the Authentication Methods dialog box, under Authenticated access, select Integrated Windows authentication.

    9. Click OK to close the Authentication Methods dialog box.

    10. Click OK to close the Properties dialog box.


    Close the Internet Information Services window.


    Source:http://msdn.microsoft.com/query/dev10.query?appId=Dev10IDEF1&l=EN-US&k=k(VS.DEBUG.ERROR.WEBDBG_NTLM_AUTHN_NOT_ENABLED);k(TargetFrameworkMoniker-".NETFRAMEWORK%2cVERSION%3dV2.0")&rd=true

  • 相关阅读:
    伸缩盒 Flexible Box(旧)
    js 事件绑定
    vertical-align 垂直居中
    小程序de 一些经验1
    更新一下 我的红包雨
    HTML元素坐标定位,这些知识点得掌握
    JS实现-页面数据无限加载
    em和px的区别一次彻底搞清楚!
    js模糊查询
    phpmyadmin-您可能正在上传很大的文件,请参考文档来寻找解决方法
  • 原文地址:https://www.cnblogs.com/dashi/p/4034635.html
Copyright © 2011-2022 走看看