April 8, 2003 at 10:51 am
I'm in the beginning stages of developing a web application using a SQL Server database. I'm wondering if anyone has any recommendations on books or websites on the best practices for development of a secure website. I'm guessing I'll use ASP.NET but I'm open to suggestions on that as well.
Thanks
Darren
Darren
April 8, 2003 at 1:04 pm
What do you mean by secure? Security involves the web site setup (need an admin book), SQL setup, good books and advice on the site, and good development practices.
A few ideas, don't use sa or dbo, setup a role, create an account for the site and use that for db connections. Check out 4guysfromrolla.com for some good ASP.net advice. I have the WROX ASP.NET Website Programming in VB.Net book. It's pretty good, but I haven't gotten way through it. http://www.asp.net also has some templates for sites. Check them out.
Steve Jones
April 9, 2003 at 4:18 am
Another good site to find information is http://www.aspindex.com
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply