I've always used mapped network drives in my connection string in the past when I put the database on a clients network file server. But have read that it's better to use the UNC path. I started a new .Net 2010 app that uses an Access database. The network is a virtual network that is accessed by the companies two locations, in different towns. I know very little about this type of networking. Is there a way to use a UNC path in my connection string, if so, how can I find out what it is, either from something like the Windows Explorer or from the Command Prompt.

Thanks for any information.