Is there any chance to achieve this? The sharepoint project and the silverlight web part, which is called by the aspx, are linked by this template. I played with module and feature xml files but i couldn't manage to deploy the aspx to subsite.
unedited version of elements.xml of the module:
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<Module Name="SitePages">
<File Path="SitePages\VisitorTracking.WebPartWebPartPage.aspx" Url="SitePages/VisitorTracking.WebPartWebPartPage.aspx" Type="GhostableInLibrary"/>
</Module>
</Elements>
