Background: (tool used Sharepoint designer 2007) 1. I created a aspx page (using UI) that is inside a document library (content type is web part pages and a custom content type). 2. I then added 3 web parts (2 simple list. 1 current document library list) to this page
===========================================================================
- Now I need the same aspx page with 3 webparts for all the other document libraries I have on the same sub site.
- I need to create 100+ same aspx pages for 100+ document libraries.
- The aspx pages are named after the document libraries. For example, TestDocLib document library will have TestDocLib.aspx in it. (I have a text file with all the document libraries names)
===========================================================================
- Do I need to create a console app for this? or feature ... I really need some suggestions.