siLver wrote:
Hi All..
I'm not new to asp (got some knowledge during school days).. but had not
reali ever get a asp site done on my own..
Thinking of creating one myself.. Juz a simple one.. with dB.. users able to
register, login and view stuff.. i'm also able to keep track on user behaver..
Any suggestion on using what software/program with what kinda dB will be
better??
You can use any text editor to create ASP files, including Notepad.
TextPad is worth a look. You can even download a copy of Visual Web
Developer 2005 Express Edition from Microsoft - which is primarily
geared up for DotNet, but can be used as a classic ASP editor. It just
needs a little tweak so that it recognises ASP files, but that's easy
to do. It's free (or at least it will be up until November), and it
has intellisence built in. Pretty good for the price :-)
If you have a copy of Microsoft Office Professional, you can use Access
as the database to start with. It's probably the easiest to use.
Otherwise you can download MySQL free, or even better, SQL Server 2005
Express Edition - again free from Microsoft.
--
Mike Brind