hi
Still not resolved my problem.
I have I pc misticpbgenero that has Microsoft visual studio express 2013 for web ( development )
This machine also has IISexpress loaded.
I have another machine ANTHONYPHILL-PC with SQL Server 2012 Express ( database )
This doe not have IIS loaded.
The asp.net code is as follows:
SqlConnectionStringBuilder builder = new SqlConnectionStringBuilder();
builder.DataSource = "ANTHONYPHILL-PC\\SQLExpress";
builder.InitialCatalog = "MisticDatabase";
&n ...
Go to the complete details ...