Quote:
Originally Posted by A1337STI
...Method #1 windows 2k advanced, install SQL 2k, run IIS, (windows xp pro won't work becuase you can't install a server instance of sql. course you could make the web app run on M$ Access, but i generally avoid that) run it all locally ... 
|
We use web app locally on our laptops.
WinXP Pro w/ IIS. MSDE for the database. MSDE has a 2GB database limit and slows itself down when more than 5 connections to it are opened.
Java GUI --> IIS --> MSDE
Then later if you need to expand you can move up to SQL Server.