Just configure the following handlers in the web.config file
<httpHandlers>
<add path="*.aspx" verb="*" type="Hsq.Library.ToStaticPage.ProcessorHandler, ToStaticPage"/>
</httpHandlers>
You can generate a static page from the specified page (configured by the StaticTactic.config file). Based on asp.net1.1
Expand