At work I am trying to figure out how I can connect a Linux shared directory (Samba) to Windows Servers. We have files stored on this Linux server that we try to access from a dotNET application on a Windows server.
We want a connection between the two, not a directory mapping an user could make from the Windows machine. As far as I see it we have the following options:
- Have an active share on the Linux machine with the Windows servers that can access specified. I can specify the Linux directory path from within the dotNET application. This will be the best option.
- Have the share as a mapping on the Windows server and specify the path within the application to point towards the Windows server path. We can not map it as an user because the dotNET application doesn't run as an user.
Could anyone help me out a bit here? Is Samba the way to go? Are there other options, and what are the best options in your opinions? Sorry if I am a bit vague, if extra information is needed I will happily provide!
Best regards,
Roël