I used test data as bellow in localhost:
<add key="DEMO" value="data source=localhost;initial catalog=DEMO;password=;persist security info=True;user id=sa;workstation id=CPU-TENOTEBOOK;packet size=4096" />
How to connect to real SQL server using IP address 199.188.235.66?
<add key="DEMO" value="data source=localhost;initial catalog=DEMO;password=;persist security info=True;user id=sa;workstation id=CPU-TENOTEBOOK;packet size=4096" />
How to connect to real SQL server using IP address 199.188.235.66?