Problem with static IP
-
Hi guys i am using sql server as my database i want to connect it thr internet so dat i can acess it from any wear, i have an static IP also, using Static IP i can work locally but not thr internet can any one help me
-
Hi guys i am using sql server as my database i want to connect it thr internet so dat i can acess it from any wear, i have an static IP also, using Static IP i can work locally but not thr internet can any one help me
cm pandian wrote:
using Static IP i can work locally but not thr internet can any one help me
What is the error you are getting ? Have you tried pinging the machine with static IP ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
cm pandian wrote:
using Static IP i can work locally but not thr internet can any one help me
What is the error you are getting ? Have you tried pinging the machine with static IP ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
Sir Used TCP/IP port 1433 in de connection string and its working only for .NET 2003, when i used de same thing in .NET 2005 it shows me an error like this An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it
-
Sir Used TCP/IP port 1433 in de connection string and its working only for .NET 2003, when i used de same thing in .NET 2005 it shows me an error like this An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it