Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP Newbie question regarding Database.

Status
Not open for further replies.

aspn

Programmer
Dec 16, 2003
10
0
0
CA
Ok, i have things setup on my PC (IIS 5/WIn2000) so I can do some ASP and ASP.NET development and learn a few things. My question is at some stage my asp pages will start displaying/retrieving from a database. Does IIS or the .NET framework have some default database. Even if it has is it advisable to a copy of MS SQL SERVEr 2000?

Thanks
 
No, IIS or .NET framework just allows you to render and build your web pages, respectively. You still need a database, whether it be MS Access, SQL Server, or some other datasource. I suggest taking a look at a site called

or to get you started.

regards,
Brian
The problem with doing something right the first time is that nobody appreciates how difficult it was.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top