Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3
This is the forum to discuss the Wrox book Beginning ASP.NET 3.5: In C# and VB by Imar Spaanjaars; ISBN: 9780470187593
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 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 March 1st, 2009, 11:39 AM
Friend of Wrox
 
Join Date: Dec 2008
Posts: 119
Thanks: 26
Thanked 0 Times in 0 Posts
Default Part B: page 687

Hi Imar:

I'm about ready to try to deploy my web and I don't know what to do here. I have Visual Studio.NET Professional 2008 and it came with SQL Server 2005 Developer's Edition. However I never installed that but used SQL Server Express 2008 edition all this time.

So now I see I need the "standard' edition. Is that the same or nearly same as what I have - the "Developer's Edition"?

If I can use the Developer's Edition to deploy and run my website, do I uninstall the Express first or do I install the Developer's edition and leave the Express on my machine?



Rachel
 
Old March 1st, 2009, 04:32 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Yes, the Developer edition is similar to the standard edition. Actually, the Developer edition is even closer to the Enterprise edition, but with a license specific for developers. In both cases, many of the things you need are identical in these versions.

You can install the Developer edition side-by-side with the Express edition, but you'll need to give it a different instance name, for example Sql2008. In your connection strings you then need to refer to the server as (local)\Sql2008 or .\Sql2008 or MachineName\Sql2008

Appendix B deals with the configuration of SQL Server in great detail.

Hope this helps,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old March 1st, 2009, 05:38 PM
Friend of Wrox
 
Join Date: Dec 2008
Posts: 119
Thanks: 26
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Imar View Post
Yes, the Developer edition is similar to the standard edition. Actually, the Developer edition is even closer to the Enterprise edition, but with a license specific for developers. In both cases, many of the things you need are identical in these versions.

You can install the Developer edition side-by-side with the Express edition, but you'll need to give it a different instance name, for example Sql2008. In your connection strings you then need to refer to the server as (local)\Sql2008 or .\Sql2008 or MachineName\Sql2008

Appendix B deals with the configuration of SQL Server in great detail.

Hope this helps,

Imar
Hi Imar and thank you.

But now I've been lead to understand that I'm not allowed to use SQL Server Developer edition for my website am I?

Rachel
 
Old March 2nd, 2009, 04:23 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

According to Microsoft:
Quote:
SQL Server 2008 Developer enables developers to build and test applications that run on SQL Server on 32-bit, ia64, and x64 platforms. SQL Server 2008 Developer includes all of the functionality of Enterprise Edition, but is licensed only for development, test, and demo use
If by "use SQL Server Developer edition for my website" you mean run it in production, the answer is No...

http://www.microsoft.com/sqlserver/2...developer.aspx

However, you are allowed to use the Express edition for a production web site.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!

Last edited by Imar; March 2nd, 2009 at 04:25 AM..





Similar Threads
Thread Thread Starter Forum Replies Last Post
Part of page won't print? Ron Howerton HTML Code Clinic 2 May 28th, 2008 10:01 PM
Can we validate only a part of a web Page mallikalapati ASP.NET 2.0 Professional 2 March 28th, 2008 08:12 AM
Refresh part of page using Ajax . sbashetti ASP.NET 2.0 Professional 3 October 3rd, 2007 06:46 AM
The difficult part k0023382 Access 1 October 8th, 2004 03:37 AM
grabbing a part of a nother web page engin Classic ASP Basics 1 September 2nd, 2003 12:38 AM





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