Customizing Shared Web View Files
You can also customize the files that are shared by Web views accessed through the same URL. These are the files found in the CensusWebVD folder, such as logon.asp.
To customize the files in CensusWebVD for all Web views:
Put the files in the folder
CustomizedFiles\#AllProjects#
-or-
CustomizedFiles\<virtual directory>
To customize files for all Web views accessed through a given URL:
Put the files in the folder
CustomizedFiles\<virtual directory>
For example, if the URL is //server/helpdesk, then put the customized files in a folder named CustomizedFiles\helpdesk.
Use this approach if you generate Web views outside of the HelpDeskServer folder.
Related Topics