I am building a .net MVC3 application using Entity Framework 4. One of the databases I would like to connect with has to be accessed through a SSH tunnel. Is there a way to do this through the web.config? If not, what approaches should I consider?
Thanks, Afrieze