Aspx site creation
To build Help in Aspx format it is
necessary to define one parameters “Help format” in the basic interface of the
program – ASPX.
After Help compilation executes the following
actions.
1. Add folder App_Code to your project or take from
the example OneClickHelp.
2. Add _WebStyle.css a file to your project or take
from the example.
3. Add web.config file or take from the example.
4. In a file web.config in appconfig sections
replace = "baseSiteUrl" with yours url.
Master.page contains mine footer and
header, and also the site menu. Why is it not made for you - you have your own
application, the styles, the site and the administration? To build an example
of OneClickHelp site in Aspx format use the project-AspxSiteEn.1ch. The
example is used also by the internal searcher - Searcharoo.

