I have develop Software which is successfully run with Local SQL Server. But my client need it access over the internet.
How i make connect application with database using public ip.
I have try with following connection string. but still i can not log. connectionString="Data Source=XXX.XXX.XXX.X\XXX,7000;Network Library=DBMSSOCN;Initial Catalog=DB;User ID=sa;Password=xxx"
Is there any SQL Server configuration, Router Configuration etc.