ASP.NET MVC 4 Entity Framework pointing to an embedded SQL Server database
I have a web application that is being build from ASP.NET MVC 4 internet
application pattern. This web application is using a SQL Server database,
obviously I need to have SQL Server installed.
I would like to know if it is possible and not difficult to modify the
logic that comes with ASP.NET MVC 4 internet application pattern to point
to an embedded SQL Server database instead of using the typical SQL Server
database to which is attached to. I need this because I need to publish
this application in a machine that has not installed SQL Server and I
wonder if it is possible to use an embedded SQL Server database and avoid
having installed SQL Server on the machine.
Is it possible? If so, how to do that?
No comments:
Post a Comment