hi expert
my program must be have to use on network (lan network)
my client ip address is 192.168.100.2 and my server ip is 192.168.100.1
when i connect to my computer (client with 192.168.100.2 IP address) i son't have any problem
i use this connection string
Code:
Sqlconnection con =new SqlConnection("server=192.168.100.2;database=test;user id=mk;password =123456");
my data base of permission user(mk) was show successfully
but when i want to connect to server by changing the IP address to 192.168.100.1 i recive flowing error
Code:
timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding
note : on the server in the enterprise i declare user "mk" and i set the permission for it
note : when i use the above steps on the local machine i don't have any prolem
my problem was oqure when i use the server
please help
regards