13

I'm looking for Vagrant file which can be used as base for .NET Developers.

Dmitry Zaets
  • 3,289
  • 1
  • 20
  • 33

1 Answers1

21

Here is a repository with Vagrantfile and couple of scripts which use already existing Vagrant box with Windows 2008 R2 x64 with Service Pack 1 created by ferventcoder

Website of repository with files and scripts: http://dmitry-zaets.github.io/vagrantfile-windows-iis-mssql/

Vagrant file install:

  • .NET 4.5;
  • IIS 7.5;
  • MS SQL Server 2008 R2;

Vagrant file creates:

  • Test website on iis (with needed permissions and framework version);
  • Test database with test user;

Feel free to contact me if you need provisioners for any other component!

Dmitry Zaets
  • 3,289
  • 1
  • 20
  • 33
  • I always get this error: The WS-Management service cannot process the request. This user is allowed a maximum number of 5 concurrent shells, which has been exceeded. Close existing shells or raise the quota for this user. (WinRM::WinRMWSManFault). Any suggestion? – xxxbence Jul 04 '16 at 11:18
  • This seems to address your concerns. https://social.technet.microsoft.com/Forums/windows/en-US/27020cf2-47fc-43e3-b135-e68b80a1bb4e/the-wsmanagement-service-cannot-process-the-request?forum=winservercore I've also created a github issue https://github.com/dmitry-zaets/vagrantfile-windows-iis-mssql/issues/9 – MrMesees Aug 01 '17 at 18:27