博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Debugging Failed Because Integrated windows authentication is not enabled
阅读量:6463 次
发布时间:2019-06-23

本文共 1444 字,大约阅读时间需要 4 分钟。

Stepping into a Web application or XML Web service failed because integrated Windows authentication is not enabled. For this reason, authentication of the user requesting debugging could not be done.

To enable integrated Windows authentication

  1. Log onto the Web server using an administrator account.
  2. From the Startmenu, open the Administrative Tools Control Panel.
  3. In the Administrative Tools window, double-click Internet Information Services.
  4. In the Internet Information Services window, use the tree control to open the node named for the Web server.

 

A Web Sites folder appears beneath the server name.

  • 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 choose Properties from the shortcut menu. To configure authentication for an individual Web site, open the Web Sites folder, right-click the individual Web site, and choose Propertiesfrom the shortcut menu
  • In the Properties dialog box, select the Directory Securitytab.
  • In the Anonymous access and authentication section, click the Editbutton.
  • In the Authentication Methods dialog box, under Authenticated access, select Integrated Windows authentication.
  • Click OK to close the Authentication Methodsdialog box.
  • Click OK to close the Propertiesdialog box.
  • Close the Internet Information Services window.

转载于:https://www.cnblogs.com/gaixiaojie/archive/2012/06/17/2552671.html

你可能感兴趣的文章
枚举类
查看>>
封装之--JAVA中的访问修饰符(区别于.NET)
查看>>
PyQt5综合实践—TCP服务器
查看>>
斐波那契数列 Java 不同的实现方法所需要的时间比较
查看>>
命令行git的使用
查看>>
php的正则表达式完全手册
查看>>
Java的自动装箱和拆箱
查看>>
Appium环境准备(二)
查看>>
1111
查看>>
面试!你准备了吗?
查看>>
如何在 GitHub 建立个人主页和项目演示页面
查看>>
工厂模式
查看>>
PMI网站中pdu查询
查看>>
[USACO09OPEN]捉迷藏Hide and Seek
查看>>
$\sin x_0+\frac{\cos x_0}{1!}(x-x_0)+\cdots +\frac{\sin (x_0+n\frac{\pi}{2})}{n!}(x-x_0)^n+\cdots$
查看>>
python学习之老男孩python全栈第九期_day009之初始函数初窥
查看>>
第二次作业 随机数四则运算
查看>>
AESEncryption Aes 加密
查看>>
关于定位中left和right,top和bottom的权重问题
查看>>
分析bugreport
查看>>