Is it possible to do a web application deployment(create package/publish sql & package/publish web) with Visual Studio 2010 and SQL Server 2005?
I'm trying my hand at this new feature - I have an application created in VS2010 and the backend is SQL Server 2005
I read on msdn that the pre-requisites for the database part of the web application deployment is SQL Server Express 2008 or later versions for the tutorial they posted...Is that mandatory for any deployments??
moneka
Member
31 Points
65 Posts
Web Application Deployment with Visual Studio 2010 and SQL Server 2005?
Mar 03, 2011 08:36 PM|LINK
Hi,
Is it possible to do a web application deployment(create package/publish sql & package/publish web) with Visual Studio 2010 and SQL Server 2005?
I'm trying my hand at this new feature - I have an application created in VS2010 and the backend is SQL Server 2005
I read on msdn that the pre-requisites for the database part of the web application deployment is SQL Server Express 2008 or later versions for the tutorial they posted...Is that mandatory for any deployments??
Thanks for your help!
~Moneka
Mansoor Sula...
Member
676 Points
149 Posts
Re: Web Application Deployment with Visual Studio 2010 and SQL Server 2005?
Mar 06, 2011 07:57 AM|LINK
Hi,
Better you can use 2008 SQL server express.
You can easily convert your 2005 SQL database to 2008 SQL database.
Regards,
Mansoor
cnranasinghe
Star
8885 Points
1798 Posts
Re: Web Application Deployment with Visual Studio 2010 and SQL Server 2005?
Mar 08, 2011 02:30 AM|LINK
Older version of sql db works with new versions. You can deploy for sql 2008.
thanks