| Author |
Messages |
|
Ahmundoi
 |
| 11/14/2001 3:19 PM |
Quote
Reply
Alert
|
| I've got a project where we need to have web-based read-write access to an SQL Server (2000, ver 7).
We need it done fast, so we are first thinking of a 2-tier design, with the front end accessing the SQL Server database directly, and in the future to implement a 3-tier design, where we have DLLs with stored procedures as the middle tier. (DATABASE - DLLs - WEB)
I am a newbie at this, and have just barely started to crack open the books. Can someone suggest some good reading material, as well as if this is a good way to secure info? |
|
|
|
|
Chip Andrews
 |
| 11/18/2001 9:07 PM |
Quote
Reply
Alert
|
| Once again - this text is great primer for software development on Windows 2000 platform and Microsoft technologies in general:
Howard, Levy, and Waymire. Designing Secure Web-Based Applications for Microsoft Windows 2000. Microsoft Press, 2000. |
|
|
|
|
|