This is now possible in PageBlaster 3.0 (to be released this week). The way PageBlaster does it is to create a physical directory from the root of your site using the folder(s) you specify for a virtual path and then put a static html copy of the DNN page in it. If you name the page Default.htm then it will be detected by IIS and delivered without even calling the ASP.Net engine.
The advantage here is that you will never get the slow startup time that can happen if ASP.Net is idle for too long. The static copy of the page will be refreshed if update the Dynamic page in DNN, and you can always force a refresh by holding CTRL while clcicking on Refresh in Internet Explorer or SHIFT+Refresh in FireFox. |