The Microsoft.Web.Administration assembly is found in C:\\Windows\\System32\\inetsrv on my machine. I believe it is installed as part of IIS. The assembly is al
The simplest way to do this is install NuGet in Visual Studio from this link. http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c
Then, in Visual Studio, go to Tools->NuGet Package Manager-> Package Manager Console
Then, select Default Project to be the project that you want to install to.
Finally, Run Install-Package Microsoft.Web.Administration command.