I am trying to create a WebSite in IIS Version 8 by following this link
Added the reference to Microsoft.Web.Administration.
This line:
iisManager.Update();
gives this error:
'Microsoft.Web.Administration.ServerManager' does not contain a definition for 'Update' and no extension method 'Update' accepting a first argument of type 'Microsoft.Web.Administration.ServerManager' could be found (are you missing a using directive or an assembly reference?)
What am I missing?
Thanks in advance.
instead of Update try CommitChanges()