Page.Request.ApplicationPath Not Working in IIS 6
For whatever reason, an application of mine errorred on the page.Request.ApplicationPath statement. Apparently in IIS6, this isn't working for whatever reason. It returns null and the pathing doesn't work correctly. The virtual pathing approach with the tilde did work correctly in this scenario.