Connecting securely to Entity Data Model

Discussion in 'ASP.NET / ASP.NET Core' started by jimmy, Nov 21, 2011.

  1. Hi,

    Both my database and my web application are hosted on discountASP.NET. But how do I secure the web application's access to the database through an Entity Data Model?

    Is the connection between them encrypted?

    James
     
  2. I suggest you use the [Authorize] in your Controllers methodes, and roles through the SQL permissions manager on your host sqlserver site page
     

Share This Page