Showing posts with label apppool. Show all posts
Showing posts with label apppool. Show all posts

Saturday, August 22, 2015

HTTP Error 500.19 - Internal Server Error IIS

This error is due to application pool of website. You might map wrong application pool to website. Please follow the below steps to check.
  1. Open inetmgr.exe(IIS).
  2. Click advance settings of website by clicking advance settings link in right side panel.
  3. Check application pol of website.
  4. Now click application pool.
  5. Double click website's application pool(or right click and properties of app pool).
  6. Application pool should be same as website name.

The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration

This error is due to version of application pool. You need to update version of app pool from v2 to v4. Follow the below steps:

  1. Open IIS.
  2. Right click website and click settings to check the application pool name of website. OR
  3. Click website, click advance settings in right side panel.
  4. Now click application pool.
  5. Double click website's application pool(or right click and properties of app pool).
  6. Change version in dropdown from v2 to v4.