I am trying to find what is the better way to implement multiple input forms using SharePoint 2007 (v3). The forms will have several fields and one of them is document folder to hold documents and subfolders. How would I start with that? Can I use some existing templates and develop in top of them. will use c# to develop or vb.
should I use sharepoint or start own application. Concern are: - I have large data size over 300gb of documents and since sharepoint use DB to store them I am not sure about perfomance (SP vs local share). Also is there a way to have sharepoint store docs in Lan share with ability to still have checkin/out.
- Searching form contents and documents in the folders and tags
- Migrating to SharePoint 2010
- querying and updating db and adding own tables
- limitation on sharepoint development Thank you!