Is it possible to connect to the SQL Server Express 2008 database in ASP.NET with the server name (local), for example "server = (local)), integrated security = SSPI; database = DBNAME"?
I am working with another project developer, and it becomes annoying for me to have 2 different versions of web.config because it uses SQL Server 2008 and (local), but I cannot get it to work with SQL Server 2008 Express locally.
The database is located on the same computer as the .NET code, in case this is important.
Thanks.
Jeff treuting
source share