How do I enable Failed Request Tracing in IIS 10.0 on Windows 10 development PC?

前端 未结 3 954
逝去的感伤
逝去的感伤 2021-01-07 16:41

How to I enable Failed Request Tracing in IIS 10.0 on my Windows 10 dev pc?

I can find instructions for IIS7 and IIS8.5 (see http://www.iis.net/learn/troubleshoot/u

相关标签:
3条回答
  • 2021-01-07 17:25

    The instructions should work exactly the same since the UI has not changed. Make sure that you install Failed Request Tracing, for that run OptionalFeatures.exe and make sure that Tracing is enabled in the Internet Information Services->World Wide Web Services->Health and Diagnostics.

    0 讨论(0)
  • 2021-01-07 17:26

    You can also add this feature by going to Start -> Turn Windows features on or off -> Internet Information Services -> Health and Diagnostics.

    0 讨论(0)
  • You can enable the tracing feature using this PowerShell command (Running as Administrator)

    Install-WindowsFeature Web-Http-Tracing 
    
    0 讨论(0)
提交回复
热议问题