I have aa additional ascx page in skin_1\assistanttemplate.ascx. HomeTemplate.ascx works fine.
I am trying to figure out how to use a urlrewrites rule in web.config to use that template when Assistant.aspx is linked to. Using the following always seems to bring up the HomeTemplate.ascx content ...
<rule url="/Assistant.aspx(?:\?(.*))?" rewrite="/default.aspx?SkinID=$1&template=assistanttempl ate&$3"/>
Thanks
Abbott