Skip to content

b-massey/iis-troubleshooting-interview-scenario

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrantfile for interview troubleshooting scenario

For Interviewees

Scenario

You have a VM with basic website installed on IIS, backed by SQL Server installed on the same Virtual Machine.
This website should be accessible from outside the VM on http://127.0.0.1:1025/, but it is currently unavailable. The VM has IIS Manager, and SQL Server Management Studio installed, use these and any other tools required to make the website accessible and functional.

Critical information

SQL User: test SQL Password: abcABC123!

Success criteria

  1. The page must load on http://127.0.0.1:1025/ from outside the VM
  2. The website must return the number '99' when the submit button is clicked.

For Interviewers

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
  • IIS Manager
  • .NET 4.5.2
  • MS SQL Server 2008 R2
  • SQL Server Management Studio

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Batchfile 40.0%
  • Classic ASP 35.6%
  • PowerShell 24.4%