tnory56 / vagrantfile-windows-iis-mssql

Vagrantfile with Windows 2008 R2, IIS 7.5, .NET 4.5, MS SQL Server

Home Page:http://dmitry.js.org/vagrantfile-windows-iis-mssql/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrantfile for testing ASP.NET (MVC) Websites on Windows

This repository contains Windows Vagrantfile (Windows 2008 R2 x64 with Service Pack 1) with all that you need to test ASP.NET Website.

#How to use?

  1. Clone repository by git clone
  2. Put your website with compiled binary files to \website folder
  3. Download (.NET Framework) and (MSSQL Server) and place them into folder of cloned repository
  4. Run vagrant up and wait while virtual machine is installed
  5. Open http://127.0.0.1:1025/ in a browser

##Vagrant file includes:

  • IIS 7.5
  • .NET 4.5.2
  • MS SQL Server 2008 R2

##Vagrant file provides:

  • Test website (website directory: C:\website) runned on IIS (based on repository \website folder).
  • MSSQL Database named test.(Username:test, Password:abcABC123!)

Missing provisioner for component?
Not a problem!
Feel free to contact me via email: vagrantfile.windows@gmail.com

About

Vagrantfile with Windows 2008 R2, IIS 7.5, .NET 4.5, MS SQL Server

http://dmitry.js.org/vagrantfile-windows-iis-mssql/


Languages

Language:Batchfile 69.5%Language:PowerShell 26.0%Language:HTML 4.5%