I have one simple MVC.net (Not core) application that further connects to my Astra instance and fetches data from the database. However, while creating a connection to Astra it gives me "Could not create SSL/TLS secure channel" error. I created one simple console application and deploy it at some location and it's working fine. also, the same MVC.net application working fine in my dev machine's IIS.
Based on my understanding I am missing something in my cloud machine. I am struggling to figure out this issue. if anyone have faced similar kind of issue please help me here