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
I suggest you use the [Authorize] in your Controllers methodes, and roles through the SQL permissions manager on your host sqlserver site page