Web_Default_Filename Initialization Variable

See Also

Specifies the default file name for your Web project. The default file is the one used by Web browsers if someone specified a URL to your site without a file name specification. Common default file names are Default.htm and Index.htm.

Syntax

Web_Default_Filename = c:\website\default.htm

Example

Specifies that the Index.html file is the default file when a user enters the URL to your Web site without a file name specification:

Web_Default_Filename = c:\website\index.html