Run my Application on client side
-
Hello friends I have a Managed Application, working fine on mine system. I want to install it on the clients machine . and the databse is on the server so . Do i need to make a dsn of it to connect with it. :)
w209 wrote:
Do i need to make a dsn of it to connect with it.
If your server have a static IP, you can use that
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
w209 wrote:
Do i need to make a dsn of it to connect with it.
If your server have a static IP, you can use that
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
AFAIK, it requires a static IP to connect. ALternatively you can create a webservice and map it with a domain name, make your application contact to this webservice, and webservice to your database which is in same server.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions