Wrox Programmer Forums
|
BOOK: ASP.NET Website Programming Problem-Design-Solution
This is the forum to discuss the Wrox book ASP.NET Website Programming: Problem - Design - Solution, Visual Basic .NET Edition by Marco Bellinaso, Kevin Hoffman; ISBN: 9780764543869
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET Website Programming Problem-Design-Solution section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 6th, 2006, 06:17 PM
Registered User
 
Join Date: Jan 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default ThePhile without SQL Server or IIS


Hi Guys,

I bought this book ( ASP.NET Website Programming Prob-Design-Solution - VB.NET) last week and I want to download and test the code as mentioned in chapter 1. But, I only have Win XP home edition, SQL Express and Cassini Web server. Is this sufficient to test the "ThePhile" code from this website or do I HAVE to purchase SQL server and IIS?

If there is a way to use free databases & Webservers (like SQL EXPREss or cassini) and be able to test this code, Can you please email that to me. Thanks!

Sri

 
Old January 6th, 2006, 10:22 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Sorry, the current edition of this book requires IIS, which comes with XP Pro. You can use the free MSDE edition of SQL Server, but you need IIS.

You also need VS 2002 or VS 2003.

The second edition of this book, due in a few months, is a total rewrite, and it does not require IIS. It can use the webserver built-in to VS 2005, which is based on Cassini. It might even work with the free version of VS 2005 called Web Developer Express.

But I personally don't think you can be serious about web development on Windows if you are not familiar with IIS. And you can't get familar with IIS if you don't have it.
 
Old January 9th, 2006, 03:05 AM
Registered User
 
Join Date: Jan 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Englere,

The database file, thephile-database-backup.bak, that came with the ZIp file is getting the following error while trying to create/restore the thePhile Db:

The physical filename C:\Documents and Settings\davidb\Desktop\ThePhile_Data.MDF may not be correct

Am I accessing incorrect database?

Thanks



 
Old January 10th, 2006, 11:44 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

That's a real odd folder to use for a database. How did you make this?
 
Old January 11th, 2006, 12:07 PM
Registered User
 
Join Date: Jan 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I did not create that file; That message is from the DB backup file that came with Code. Is there a later version of the code download for this book. I will try that first.

 
Old January 12th, 2006, 12:29 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You can get my code if you want. This is newer than the book and it has some changes:

http://p2p.wrox.com/topic.asp?TOPIC_ID=34263

My code has a SQL file to create all the objects (and my SQL is complete, unlike the one in the code download).

The problem with my code is that it doesn't match the book, so you may get confused if you're not real experienced.

Many people have restored the database from that backup file, and I think you can get that to work if you spend more time on it. Use that "with move" option if you need to.

Just for the record: no serious code or data should ever be deployed to any folder under "Documents and Settings" because this is tied to a particular user. Servers are supposed to have software that isn't tied to one user account.





Similar Threads
Thread Thread Starter Forum Replies Last Post
restore thePhile database with 2005 SQL Server ecarnews BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 4 July 2nd, 2007 12:58 PM
Visual studio.Net, IIS, and sql server anthonyij VS.NET 2002/2003 2 May 26th, 2006 04:37 AM
SQL Server error with VWD Expres & IIS bradnerdhss BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 1 January 30th, 2006 06:09 AM
SQL Server and IIS 6.0 julesmel Classic ASP Databases 0 June 26th, 2003 05:52 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.