As a local developer, I would like to publish a site (via WebDeploy) from Visual Studio 2013 to IIS (localhost) without starting Visual Studio as an administrator.
Is this possible, and if so, how?
I tried Edit Permissions... for the site and granted my rights to the Modify account, but it doesn't seem to work ... or I need to install something else as well.
I experimented and tested FTP-Deploy (ftps) as well. It works without administrator rights, but has a drawback. It is really very slow (localhost!), So I consider this as a last resort. I donβt even want to think how long it works when the site grows ...
source share