Skip to content
Rob Reynolds edited this page Oct 28, 2011 · 4 revisions

Getting Started

Requirements

To complete all exercises you must have

  • Visual Studio 2010
  • NuGet Package Manager - Get NuGet
  • IIS7 Installed on your machine (if you have windows xp, you can still do this exercise, you just must use older IIS ideas and DK tasks).

1. Your First Deployment

So we are going to work on our first deployment project. Let's get started.

  1. Open Visual Studio 2010.
  2. Create a new project or open an existing one.
  3. Create a web application. Just make sure all the bits are there and good. F5 that puppy to verify.
  4. Add a Class Library Project to your project, name it TheDeploymentOfAwesomeSauce.
  5. Let's add some code to this guy.
  6. Build that puppy and make sure all is good.

Go to your IIS inetpub folder. This is likely C:\inetpub. Right click on wwwroot and create a share named web. Make sure all users have Read Change permissions on that folder.

2. Your First Deployment w/a Little NuGet Sauce

  1. Open Visual Studio 2010.
  2. Create a new project or open an existing one.
  3. Create a web application. Just make sure all the bits are there and good. F5 that puppy to verify.
  4. Add a Class Library Project to your project, name it TheDeploymentOfAwesomeSaucePartDeux.
  5. Install-Package dropkick
Clone this wiki locally