Ran into this weird problem today — guess I’ve been living under a rock…
ASP files wouldn’t load… showing a 404 error, but non-ASP files like logo.jpg opened just fine. Any file that was .asp gave a 404; I was completely baffled at the time. Renaming an unopenable .asp file to .aspx also made it work… Have you ever run into a situation like this?
At first I thought it was a conflict with PHP, but after some searching and digging, it turned out to be because IIS6 doesn’t support ASP by default. You can fix it via IIS - Web Service Extensions - Active Server Pages - Allow. Then it’s fine. This is my first time using IIS6…. Gotta keep this in mind from now on — ASP is a deprecated technology…