Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vagrant file for .NET Developer (with Windows, IIS, MS SQL)

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

like image 780
Dmitry Zaets Avatar asked Nov 03 '14 08:11

Dmitry Zaets


1 Answers

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!

like image 90
Dmitry Zaets Avatar answered Oct 22 '22 00:10

Dmitry Zaets