So we have a few physical servers running Hyper-V VM web servers. I have several virtual directories in IIS that point to the host through a UNC path. I do this because the virtual machines do not have enough space to run all content. Is there a better way to access the data on the host other than a UNC path?
Right now the setup looks like this:
The host has a C drive for the OS and a D drive for the VMs and Content. I would split these but I do not have enough drives at the moment to do this.
The VMs have a C drive. The drive is physically located on the D drive of the host.
Thanks