Connect to a specific IP address using Wamp Server

Feb 12 2018 1:05 AM
Hi! I'm new to C# Programming. I've already started with the basics and connecting to the database using localhost. Now I am wondering how to connect to a specific IP address and accessing my database from another computer using my application. So far I've already tried changing the file "httpd.conf", "phpmyadmin.conf" and "sqlbuddy.conf" and also I can access "phpmyadmin" to any computer using my specific IP Address. After that, I've allowed "Port:80" in my Firewall. Lastly, I copied my "Bin" Files to a network computer and tried accessing my application to that computer, but it gives me an error that no database found.