Change the extension of the Web application described in a Web page for invoking an application from EXE to DLL or, if required, change the entire application name.
In the following example where a CGI application is named CGI.EXE and an ISAPI application is named ISAPI.DLL, you need to make modifications as follows:
<FORM ACTION="/sample/CGI.EXE"> ... </FORM>
<FORM ACTION="/sample/ISAPI.DLL"> ... </FORM>