How to fix data connection between rds database and asp.net application?

Viewed 173

I am not able to connect to my aws-rds instance from asp.net application

I have been trying to connect my asp.net application with my aws-rds instance i have tried using connection strings setting, its doesn't work, but i am also able to connect to my aws-rds database from sql management studio

i also tried to use migration but when i do update-database from console it create a new database in local db

i have also try to provide all required setting and data and then publish my application with aws toolkit but when opening my site link it gives a error -An error occurred while processing your request. so any can help me with this issue or provide me the proper steps

enter image description here

1 Answers
Related