while I try to add SQL server database to ASP NET Application or Web Site
project, I message show up:
Connections to SQL Server files(*mdf) require SQL server Express 2005 to
function properly.
My laptop has SQL server 2008 standard version insatlled.
I tried install SQL server Express 2005 but always failed.
How to change default sql server from SQL server Express 2005 to SQL server
2008?
I check web.config of new web site project, I do not find SQL server
Express 2005 in this file.
help needed
Thanks
You alrady had SQL server on the machine. Why do you need Express SQL
server?
Connections to SQL Server Files (*.mdf) require SQL Server Express 2005 to
function properly. Please verify the installation of the component or
download from the URl: http:go.microsoft.com/fwlink/?linkID=49251
"Mr. Arnold" <Arn...@Arnold.com> wrote in message
news:%23$KgeIwaK...@TK2MSFTNGP05.phx.gbl...
"MXC" <mxch...@hotmail.com> wrote in message
news:D799A253-A9F5-4E21...@microsoft.com...
Yes, you need SQL Express if you want to use mdf and App_Data.
You can use standard version too. In this case your database must be
created on the appropriate server and connection string (usually in
the web.config file) must be changed to that server.