I am using visual studio 2012 and SQL Server 2008 R2...
My Connection String is Data Source=MCPL-PRINT-PC\SCMSQLSERVER;Network Library=DBMSSOCN;Initial Catalog=SCM_DB;Integrated Security=True
Now i want to use this connection string in the network, so that i can use my application in my office network from any PC.
My PC IP is 192.168.75.9
I also tried to configure the TCP/IP protocols and Configuration in SQL Server Configuration Manager. But the Configuration Manager Show the Remote Call Procedure Failed.
Please suggest me. what should i do to resolve this issue.