Skip to content

Commit

Permalink
Added some more info on diagnostics.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Oct 22, 2018
1 parent 5db5854 commit 1dac087
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
10 changes: 8 additions & 2 deletions manager/tutorials/https-binding.rst
Expand Up @@ -80,7 +80,7 @@ binding dialog,

.. image:: _static/https_binding.png

.. important:: All can be done via equivalent ``netsh`` commands if you prefer
.. important:: All can be done via equivalent ``netsh`` commands if you prefer
not to download and use such a visual tool. Ask Google to learn the commands
then.

Expand Down Expand Up @@ -132,14 +132,19 @@ Reserved URLs are displayed under Reserved URL tab.

.. image:: _static/reserved_urls.png

.. note:: Microsoft has more information about reserved URLs `here <https://docs.microsoft.com/en-us/iis/extensions/using-iis-express/handling-url-binding-failures-in-iis-express>`_ .
.. note:: Microsoft has more information about reserved URLs
`here <https://docs.microsoft.com/en-us/iis/extensions/using-iis-express/handling-url-binding-failures-in-iis-express>`_ .

Many applications would register their own URL reservations. Typical
applications include Microsoft SQL Server Reporting Services.

Reservations can conflict with each other, and that can lead to problems
like IIS/IIS Express cannot start to monitor certain site bindings.

.. note:: When troubleshooting conflicts, reserved URLs only provide partial
information. A process running as administrator can hook to Windows HTTP API
without any reservation (like a Windows service).

.. important:: Equivalent command line is ``netsh http show urlacl``.

Related Resources
Expand All @@ -150,3 +155,4 @@ Related Resources
- :doc:`/tutorials/self-signed`
- :doc:`/tutorials/inplace-elevation`
- :doc:`/tutorials/ssl-diagnostics`
- :doc:`/tutorials/tutorials/binding-diagnostics`
7 changes: 4 additions & 3 deletions manager/tutorials/ssl-diagnostics.rst
Expand Up @@ -15,9 +15,9 @@ There were either official or unofficial tools from Microsoft called SSL
Diagnostics.

IIS 6 used to have a great suite of troubleshooting tools. One of them was for
SSL related diagnostics, called `SSL Diagnostics (SSL Diag or SSLDiag for short
) <https://technet.microsoft.com/en-us/library/cc780913(v=ws.10).aspx>`_ . As
it was designed for IIS 6 and relied on IIS ADSI API (which is now obsolete),
SSL related diagnostics, called `SSL Diagnostics (SSL Diag or SSLDiag for
short) <https://technet.microsoft.com/en-us/library/cc780913(v=ws.10).aspx>`_ .
As it was designed for IIS 6 and relies on IIS ADSI API (which is obsolete),
this tool was not made available for IIS 7 and above.

.. note:: Of course you can use the IIS 6 version if you enable IIS 6
Expand Down Expand Up @@ -65,5 +65,6 @@ Related Resources
- :doc:`/getting-started/install`
- :doc:`/getting-started/features`
- :doc:`/tutorials/https-binding`
- :doc:`/tutorials/binding-diagnostics`
- :doc:`/tutorials/inplace-elevation`
- :doc:`/tutorials/self-signed`
2 changes: 2 additions & 0 deletions manager/tutorials/vs-diagnostics.rst
Expand Up @@ -47,5 +47,7 @@ Related Resources
- :doc:`/getting-started/install`
- :doc:`/getting-started/features`
- :doc:`/tutorials/https-binding`
- :doc:`/tutorials/binding-diagnostics`
- :doc:`/tutorials/ssl-diagnostics`
- :doc:`/tutorials/inplace-elevation`
- :doc:`/tutorials/self-signed`

0 comments on commit 1dac087

Please sign in to comment.