M
M
mr_blond972019-04-29 14:24:09
IIS
mr_blond97, 2019-04-29 14:24:09

Why does installing the URL Rewrite module cause the .NET CLR to stop on IIS 8.5?

  • Windows Server 2012 R2
  • IIS 8.5
  • Website from one index.html file
  • .NET CLR 4.0 selected in Application pool

At this point, the site is working. Next, the URL Rewrite module is installed. No rules are added to the URL Rewrite, but when the site is opened in a browser, the site's corresponding pool stops.
Mistake:
HTTP Error 503. The service is unavailable.

Log:
%SystemDrive%\Windows\System32\LogFiles\HTTPERR

#Software: Microsoft HTTP API 2.0
#Version: 1.0
#Date: 2019-04-29 13:34:12
#Fields: date time c-ip c-port s-ip s-port cs-version cs-method cs-uri sc-status s-siteid s-reason s-queuename
2019-04-29 13:34:12 127.0.0.1 49200 127.0.0.1 80 HTTP/1.1 GET / 503 5 AppOffline test.com29 13:34:12 127.0.0.1 49200 127.0.0.1 80 HTTP/1.1 GET / 503 5 AppOffline test.com

This log directory does not contain:
%SystemDrive%\inetpub\logs\LogFiles
After uninstalling the URL Rewrite module, the site pool starts working normally.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
avenumDev, 2019-05-13
@avenumDev

I searched for a long time myself, as a result I came across a solution here:
dev-doc.blogspot.com/2018/12/500-internal-server-e...
for the lazy, you need to install the previous version of rewrite for iis7
https://www.microsoft.com /en-us/download/details.a...
and kudos to anything, this link is up to date =)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question