I have an application, written probably in C# or VB.NET and accessing a SQL Server Express database.
It has .MDF
and .LDF
files in the same directory as executable.
How to make this application to run from network share in general case?
UPDATE
EXPRESS version of SQL server is not 100% server-based solution. Projects for express version can regard running SQL server just as a driver to access data. I.e. in all access function calls they can refer MDF filename, while server itself works just as transparent helper.