I am running sql server Dev. and visual web developer 2005. It seems that I can not create a local database using VWD 2005. Is this because I have to have sql server Express edition in order to be able to create a local database using the VWD 2005?
Thanks
Yes, you'll need some version of SQL to use with VWD 2005 to create local databases. If you have an older version of MS SQL, such as Microsoft SQL Server 2000, you would need to edit your configuration file to point to this version. Scott Guthrie has an excellent article on how to do that at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/ConfigASPNET_SQL.asp
You could also install SQL Server Express, which works well with VWD 2005. You can download it at:http://msdn.microsoft.com/vstudio/express/sql/download/default.aspx
0 comments:
Post a Comment