Hi,
I'm about to embark on a project which will end with a website that gathers users info (name, email, description, youtube address etc), then will display that info to other users via filtering.
My initial instinct is to create an empty website, then create a standard membership site with a database (See here) then to add a few tables that will allow me to gather the extra data.
Should I:
- Use the ASP.NET Empty Website template as per the link
- Use the ASP.NET Website template which has all the pages already set up (not sure if the database has already been set up with this)
- Use the ASP.NET Dynamic Data Entities Website template
Or something else completely?
(ps, When I click on online templates I get 'No Items Found'
Thanks
Michael