you cannot always rely on file extensions, because servers can be set up to process any types of file at server side including html files. For example with IIS, you can edit the application configuration of a site using the 'Mappings' tab to specify that all html pages are passed through asp.dll, then you don't need to have .asp files, they can all be .html
|