Hi,
I successfully deployed my asp dotnet webapp on render, and I was also able to deploy my mysql db on render as a private service, my two services are on the same account in the same region. I was able to connect to the database and configure it with ssh on the terminal. But I can’t connect my webapp to this database, it gives me a connection refused. Here is my connection string: “DefaultConnection”: “Server=localhost;Database=${MYSQL_DATABASE};User=${MYSQL_USER};Password=${MYSQL_PASSWORD};”
Can you help me please.