Unable connect network database

hi, i cant connect with my database, my database work in different port… whats am i do?

Hi @19messi84!

If you have changed your SQL server port, you will need to use specify TCP as your connection protocol, and specify the port in your connection string. I’ve included a helpful document from the Microsoft support site that helps explain how to do this: https://support.microsoft.com/en-au/help/307645/you-cannot-connect-to-sql-server-on-any-port-other-than-1433-if-you-us

Happy deployments!