The server is not starting after upgrading to v2.5 SP 4 Part II

If your Server is older than Microsoft Server 2016, you need to edit the web.config:

Find the line:

<RequestFiltering removeServerHeader="true">

And replace with:

<RequestFiltering>

Since the option removeServerHeader is not supported on your version of IIS.

Last updated

Was this helpful?