I need to send a asp.net demo using SQL Server database. Is local db something require no configuration to run on other machine ? Is it something if I include in project, on other machine other person will just run application in Visual Studio and LocalDb will be available there ? or it will require some configurations on other machine as well ?
I m looking for a way there I can just add a database in my asp.net application and on other machine having visual studio should open and run it without any configuration. Please guide is LocalDb for this purpose or I should use any other solution ?