A web server needs at least two folders:
- One folder is used for holding the html pages (static contents), in IIS's terminology such a folder called as Home Directory;
- One folder is used for holding the scripts (dynamic contents) and in IIS's terminology such a folder called as Scripts.
By default IIS installation:
- IIS's Home Directory will be C:\Inetpub\wwwroot;
- IIS's Scripts will be C:\Inetpub\scripts for IIS 5 and earlier version.
- There is no Scripts folder for IIS 5.1, IIS 6, and IIS 7, because the dynamic content functionality is disabled by default installation. So just enter C:\Inetpub\scripts in the Scripte field.
NOTE 1: Assuming that the IIS is installed on the drive C.
NOTE 2: Click here for detailed information about IIS's dynamic content settings related to Ez4file.