-
Notifications
You must be signed in to change notification settings - Fork 43
GettingStarted
Rob Reynolds edited this page Oct 28, 2011
·
4 revisions
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).
So we are going to work on our first deployment project. Let's get started.
- Open Visual Studio 2010.
- Create a new project or open an existing one.
- Create a web application. Just make sure all the bits are there and good. F5 that puppy to verify.
- Add a Class Library Project to your project, name it TheDeploymentOfAwesomeSauce.
- Let's add some code to this guy.
- 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.
- Open Visual Studio 2010.
- Create a new project or open an existing one.
- Create a web application. Just make sure all the bits are there and good. F5 that puppy to verify.
- Add a Class Library Project to your project, name it TheDeploymentOfAwesomeSaucePartDeux.
- Install-Package dropkick