×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

IIS 8.5 Throws Server Error 500.19 and error code: 0x80070021 SOLVED

IIS 8.5 Throws Server Error 500.19 and error code: 0x80070021 SOLVED

IIS 8.5 Throws Server Error 500.19 and error code: 0x80070021 SOLVED

(OP)
Hello People,

I have a problem with IIS 8.5 on a Vultr virtual machine.

It is a Windows Server 2012 R2 Standard. The server has Filemaker Server 15 on it, and it has been functioning properly for months. The Filemaker Server Administration website has also functioned the entire time.

Now, the customer wishes to have an Umbraco CMS website on the server. I indicated this would not be a problem, and so I happily proceeded to install SQL Server 2016 Express, and created the Umbraco database. I have set up around twenty Umbraco sites, so I was full of confidence at the time.

Then I installed Umbraco manually, binding the Umbraco site to port 8000 so it would not conflict with the existing Filemaker site, and attempted to run it to complete the installation.

The Umbraco site immediately threw a server error 500. After some troubleshooting of that, which is not all that unusual for an Umbraco site install, I realized that the Filemaker Server Administration site is now also throwing an error 500, which leads me to believe it was not the Umbraco install that broke IIS. That only leaves the SQL Server 2016 Express install, although I can't imagine how that could be.

I am posting a line from the IIS log file. That is all that is in the log every time the page throws an error. It is very uninformative, at least to me.

2017-10-18 20:24:56 [SERVERNAME] 127.0.0.1 GET / - 8000 - 127.0.0.1 HTTP/1.1 Mozilla/5.0+(Windows+NT+6.3;+WOW64;+Trident/7.0;+rv:11.0)+like+Gecko - nhg.local:8000 500 19 33 1093

If someone could assist me in troubleshooting this issue, I would be forever grateful. My sanity is at stake.

Thank you

Update: I finally got Umbraco to function on the website. The problem was twofold. First, the web.config file had sections in it that were configured as locked at a higher level, thus causing the error 500.19.

Below are the steps to resolve:

1.Go to C:\Windows\System32\inetsrv\config\applicationHost.config and open in notepad

2.Change the following key value present in
<section name="handlers" overrideModeDefault="Deny" /> change this value from "Deny" to "Allow"
<section name="modules" allowDefinition="MachineToApplication" overrideModeDefault="Deny" /> change this value from "Deny" to "Allow"

Then, I began receiving HTTP Error 500.22 - Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.

This error implies that the application can only run in Classic mode in the Application Pool. Not true of the Umbraco application.

So, In the <system.webServer> section of the web.config file, I had to add the key <validation validateIntegratedModeConfiguration="false"/>.

Now Umbraco runs perfectly in on the server.

But, alas, my Filemaker Server Administrator application is still throwing an error 500. I will update this if I can fix it.


Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close