Hello All,
I created single user setup for windows application by adding database *.mdf file in my setup project and changed connection string as needed. It worked but it copied .mdf file in application folder after installation which anyone can access and may attach to server.
I need that this .mdf file must be accessed exclusively by application and should not be accessible to user. So how to secure it?. Also I am using SQL Server Logins and roles with it.
Also suggest me SQL Server express version that is most lightweight and supported on all major Windows versions like Windows 8, Win7, Vista, XP.
Thanks in advance.
Regards
Pratham