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
You may modify your project file manually. Adding/Changing the reference like below will find the assembly in GAC regardless of its location:
False
Of course, if the feature "IIS management console" is installed only. You may simply leave a hint in code:
#warning Windows feature "IIS management console" must be installed locally