Introduction:
If you're ever confronted with IIS error "500.19", it's because the .net AppPool for PhoenixSQL isn't set correctly. The steps below will show you how we can correct that.
Steps:
- Click on your Windows Start Button and search 'IIS'
- Select 'Internet Information Services (IIS) Manager'
- Expand your machine name on the left side of the IIS Manager
- Expand 'Sites'
- Expand 'Default Web Site'
- Select 'PhoenixSQL'
- Select 'Basic Settings' under 'Actions' on the right side of IIS Manager
- Click the 'Select' button
- Click the drop down menu for the application pool selection and select 'Classic .NET AppPool'
- Confirm the properties say .Net Framework Version: 2.0 and Pipeline mode: Classic then press OK
- Repeat steps 6 - 10 for 'PhoenixSQLWebservice_x64', 'PSQLWCFService', and 'TerminalWindowWebSetup'
Comments
0 comments
Please sign in to leave a comment.