Wednesday, December 11, 2013

Setting up IIS, Error 500.19


When you first set up IIS on windows 7, you can get a 500 error. Things rarely work the first time for me.


HTTP Error 500.19 - Internal Server Error

The requested page cannot be accessed because the related configuration data for the page is invalid.

Solution:

  1. Open control panel
  2. Click on ”program” link (not uninstall programs)
  3. Click ”turn windows features on/off” link
  4. locate ”Internet Information services IIS” in the pop up window and expand its node
  5. Expand the ” World Wide Web Service” node
  6. Expand “Application Development Features” node
  7. check the check box of ”ASP.NET”
  8. Then click ok button


Source: http://bit.ly/17xcDcF

No comments:

Post a Comment