1
I'm working in a client's .NET-based web project right now – I have it running well in IIS with SQL Server in my VMware Fusion VM. The .mdf/.ldf files are in the project directory as well. I'm a frontend developer, so I'll only be touching views and CSS/JavaScript files, and so I'd rather use my regular editor in OS X (Vim) than Visual Studio inside Windows.
What's a good way to achieve this – having the files accessible by IIS/SQL Server while still being available to OS X for editing?
I seem to remember having, a long time ago, mounted a VMware Fusion "shared folder" inside the NTFS filesystem of the Windows machine once (so IIS and SQL Server would read it as a local folder, but it was actually being shared from OS X). When I've tried to look it up now I can't for the life of me find anything that says it's even possible though, so I don't know…
I'd really appreciate any help.
Note that the full UNC path must be used (as you show above). For example, VMWare maps to a Z drive for me, but if I were to use "Z:/Project" instead, it would not work. – matadur – 2013-11-25T19:18:00.833