In my dev machine I have SQL Server Express 2005 and it works fine when the wen site is hosted on it and I cann access it from VS2008 Server Explorer window. On the web server I have tried:
> SQL Server 2008 + SQL Sever Express 2008
> SQL Server 2008 + SQL Sever Express 2005
> SQL Server 2008
And now apparently running SQL Server 2008 only, I can publish it on the webserver and the application communicates properly with the database. Although, within VS2008 I cannot acces the database via the 'Server Explorer'. When I double click on the DB, I get "Connections to SQL Server files (*.mdf) requires SQL Server Express 2005 to function properly". I went to Tools>Options>Database Tools>Data Connections and double checked the instance is correct.
Thanks