Hi,
What is the best approach to develop a static content portal which has almost 200-300 static content asp.net 2.0 pages with CMS.
Option 1: Simple option traditional way of building:
Create 1 or 2 master pages for themes & styles.Create 200-300 asp.net individual static pages No db involvedIf CMS and Multi-lingual are enabled, how does this option fit into?
Option 2: Virtual pages:
Create 1 or 2 master pages for homepage and sub-sequent pagesCreate 1 dynamic page in asp.net to hold the 200-300 static content from the database Store the content in databasepage url looks like: ../contentpage.aspx?contentid=168If CMS and Multi-lingual are enabled, how does this option fit into?
Option 3: Use Windows Sharepoint Services (WSS 3)
Does WSS 3 have the capability of multi-lingual support?
Which option do you think is the best? Is there a better approach? Please advise.
Thanks. Shaf