I've previously used remote management for IIS and web deploy for existing sites but I'm now looking at setting up a new server that I purely manage via IIS Remote Management.
I have hit a stumbling block where I cant specify the physical path for the new website. I constantly get "The specified directory does not exist on the server".
The parent path for the physical path will exist (i.e c:\inetpub\sites) but I want to specify a new application directory for each site that is created.
Is there a way to allow remote administrators to do this or is it preferable to do this via powershell remoting?
Thanks.