- Install vagrant box gusztavvargadr/windows2012r2se-sql2014de-iis ([packer info 1](https://github.com/ianblenke/gusztavvargadr-packer and 2)
vagrant box add gusztavvargadr/windows2012r2se-sql2014de-iis
-
Download
Vagrantfile
from this gist. -
Vagrant up
-
Install Resilio Sync both in your host as in your guest.
a) The reason for this is that IIS complains about Document Root of website in Network folder (the normal way of using a shared folder vagrant style). The idea came from here.
-
Share via Resilio, in your host, the Document Root of your site (get the Read & Write Key)
-
In you guest, create a folder
C:\code
, go to Resilio, and make a Manual connection using the key from previous step -
Follow these instructions to enable classic asp in IIS
-
Don't forget to enable erros as well with previous instructions.
-
In IIS Manager(
inetmng.exe
), change Physical Path toC:\code
for Default Web Site and click the button connect as to use Specific user (user: vagrant, password: vagrant).