ASP.NET 3.5 BasicsIf you are new to ASP or ASP.NET programming with version 3.5, this is the forum to begin asking questions. Please also see the Visual Web Developer 2008 forum.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 3.5 Basics 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
I'm working away in Chapter 11 of Beginning ASP.NET 3.5 in C# and I've hit a bit of a problem. I've tried opening the sample database (the .mdf file) but it says that I don't have SQL Express installed. I currently have SQL Server 2005 installed on the machine. I try opening that or the SQL Server Management Studio and am having no luck. Is there some sort of reference I can go to on how to allow that to work along with Visual Studio 2008 Professional? Currently I'm unable to get these two working.
If you're really new to this, you're probably better off installing SQLExpress side by side next to your current SQL 2005 installation. Makes it much easier to follow along with the examples.
BTW: can you please post book related question in the book's own forum here at P2P.wrox.com?
I've got SQL Server Express working now. Hopefully at some point I figure out how to get the other working. Right now, I just don't have time to go through some of the links you posted.