[Tips] debugging failed because integrated Windows authentication is not enabled

Source: Internet
Author: User

After the year, I switched to the minimally invasive mode, and my work was not as easy as co-operation. So I seldom wrote a blog. I didn't have time to re-build the system when I first arrived. I just finished a project and decided to re-create the system.

However, after installing vs2003, I opened the project and compiled it, but jumped out of the following:

"Error while trying to run project: unable to start debugging on the Web server. debugging failed
Because integrated Windows authentication is not enbaled ."

Check msdn to find the solution. Post as follows:

To enable integrated Windows Authentication

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

    AWeb sitesFolder appears 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-clickWeb sitesFolder and choosePropertiesFrom the shortcut menu. to configure authentication for an individual web site, openWeb sitesFolder, right-click the individual web site, and choosePropertiesFrom the shortcut menu
  6. InPropertiesDialog box, selectDirectory SecurityTab.
  7. InAnonymous access and authentication Section, ClickEditButton.
  8. InAuthentication MethodsDialog box, underAuthenticated access, SelectIntegrated Windows Authentication.
  9. ClickOKTo closeAuthentication MethodsDialog box.
  10. ClickOKTo closePropertiesDialog box.
  11. Close the Internet Information Services window.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.