BuildFile Property

       

Sets the path and file name to which the designer should save the compiled HTML for this designer. Not available at run time.

Remarks

This property is initially set to the same path as the SourceFile property. You can change this path to any location to which you want to save the compiled HTML file.

You must enter an absolute path to the build location, indicating the full drive letter and directory structure in which the compiled file will be placed. If you later share your project with another developer who has a different directory structure or drive name than you originally used, the second developer will need to modify the value of the BuildFile property to reflect the location of the compiled HTML files on his machine. Run-time users are not affected by this restriction.