|
Inserting Files to project |
|
|
We should insert a file to the project if we know that file is required and there is no explicit (static) reference to it from pages. This way we ensure that the file will be deployed to its location in the server during build process. Explicit (Static) reference: \images\up.gif Dynamic reference: \images\$vof(imagename) In this example it is not certain which image file will be displayed because the actual file name will be resolved depending on the value of the imagename node. To ensure that the image files, which can be referred, are available on the web server we should insert them into the project.
To insert files
|