Big John Studd
2009-06-17 08:37:05 UTC
2. Xml config files are not completely necessary. I feel more comfortable getting config info (e.g., connection string) from a simple text file located in the same place than an XML file. I also see that PHP and Apache and other systems have .ini files (in text format, not .xml)
3. It is faster to do all data manipulation in SQL Server, and do business operations like on client machines.
4. It is faster to access a database on the web (or intranet) than to access it with a client app on a remote machine.
IF my assumptions are wrong, PLEASE enlighten me.
Thanks