Hello guys,

I create a software in vb.net to consulte my database (mysql) with table adapter and connections string, normal and simple application.

Now I need to make a publishing, but when I install the aplication in another intranet pc, this pc cant connect my database.

I know i need to said my program where ip he need to point, but i dont know i do that.
Someone know i cant publish the application the right form.

My server ip is 192.168.10.16 with port 8080

If your server IP is static and accessible to the outside world the connection string should work if it is set up correctly. You will need to include the port number that the server is on in most cases.
What is the exact error the user gets and what does the connection string look like?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.