- Joined
- Feb 18, 2007
- Messages
- 21
- Reaction score
- 0
Hello,
I recently added the DB to my webhost, cause I didn't want to have the DB on my computer.
Now the problem is, how to connect the server to the certain IP?
This doesn't say the ip connection.
Could anyone help me please?
Greetz
I recently added the DB to my webhost, cause I didn't want to have the DB on my computer.
Now the problem is, how to connect the server to the certain IP?
Code:
Console.Title = "servername";
Ini Config = new Ini(System.Windows.Forms.Application.StartupPath + @"\Config.ini");
ServerIP = Config.ReadValue("Server", "ServerIP");
ExternalDatabase.DBUserName = Config.ReadValue("Server", "DBUserName");
ExternalDatabase.DBUserPass = Config.ReadValue("Server", "DBUserPass");
This doesn't say the ip connection.
Could anyone help me please?
Greetz