views:

310

answers:

2
+1  A: 

Check your elements.xml file. There you can specify where to deploy the aspx page.

Sergiu
+2  A: 

The "module" element in your feature's element manifest should describe this. Also, if you want your files to be deployed "deeper," you probably want to make sure your feature is scoped as "Web". Then, activating your feature for a specific SharePoint site will cause your file to be deployed as a page within that site.

The MSDN page called How to: Provision a file covers this scenario, I think.

Chris Farmer
This has helped and I've got a little further with it, i've explained it a bit better here:http://stackoverflow.com/questions/926607/sharepoint-features-custom-aspx-pages-at-various-site-levelsany thoughts?
Rob