IIS application setup headache
Today was a nice headache in trying to set up an application on IIS 6.0 (Windows Server 2003). The application just didn't want to run and was returning HTTP Server Error 500.
It turns out the problem was an innocent little checkbox called
Enable parent paths. (Accessed from Properties->Virtual Directory tab->Configuration button->Options tab.) Once the checkbox was checked, the application runs fine.