PPRuNe Forums - View Single Post - Designing a website - which software?
View Single Post
Old 2nd Jul 2005, 22:11
  #7 (permalink)  
HelenD
 
Join Date: Jan 2002
Location: UK
Posts: 369
Likes: 0
Received 0 Likes on 0 Posts
Visual Studio 2005 should suite your needs it even provides an access database for a back end store failing that you could use SQL server - the express edition is free.
The main thing to watch if you have to have a back end store is security of the site, the database will be prone to SQL injection attacks if input is not checked. You may need extra security if you are linking in to paypal - users wont want their credit card information transmitted over plain text.
HelenD is offline