By default, several dynamic content technology file types are mapped to script handlers in IIS. For example, the following file name extensions are mapped to script handlers in IIS:
� | An .asp file |
� | An .aspx file |
� | An .stm file |
� | An .shtm file |
� | An .shtml file |
� | An .idq file |
� | An .idc file |
� | An .htr file |
The previously mentioned file name extensions cannot be used for Web pages that save form results to files or that send form results to e-mail messages because Web pages that contain forms that save results to files or that send form results to e-mail messages are processed through the FrontPage SmartHTML Interpreter (the Shtml.dll file).
The FrontPage SmartHTML Interpreter (the Shtml.dll file) checks to see if the Web page that contains the form is mapped to a script handler. If the FrontPage SmartHTML Interpreter did not do this check, the source code for the script-mapped page may have been displayed in the Web browser.