I have done a small c# windows application. From that, I open a sql port from my SQL Server and I use it to access my server. When the application runs on XP it's working fine.
But when I want to run it on Windows 7 it's not running... do I have to do anything special in Windows 7? Suppose my SQL port is 1868... what should I have to do with that Windows 7 machine?
Thanks for ideas...
My connection string..
Data Source=192.158.2.70,1868;initial Catalog=Accounts;User Id=janani;Password=abcd"