trying to find documentation on how to programatically enable web deploy for a specific user on a specific IIS site.
I can programatically add sites etc but can't figure out how to enable web deploy on a site without manually logging into the server and doing it with the IIS manager. I would like my clients to simply be able to deploy their site without my intervention
all they would know is how to do it from the manager wich I also know how to do already. I need to know if its possible from .net code via the Microsoft.web.administation.dll or some other library
JackieMay
Member
2 Points
29 Posts
programmatically Configure a Site for Delegated Non-Administrator Deployment
Dec 27, 2012 11:08 PM|LINK
trying to find documentation on how to programatically enable web deploy for a specific user on a specific IIS site.
I can programatically add sites etc but can't figure out how to enable web deploy on a site without manually logging into the server and doing it with the IIS manager. I would like my clients to simply be able to deploy their site without my intervention
thankyou
Ruchira
All-Star
42906 Points
7023 Posts
MVP
Re: programmatically Configure a Site for Delegated Non-Administrator Deployment
Dec 30, 2012 11:27 AM|LINK
Hello,
Please post your question on the IIS forums. You will get help from IIS experts there.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.JackieMay
Member
2 Points
29 Posts
Re: programmatically Configure a Site for Delegated Non-Administrator Deployment
Dec 30, 2012 05:53 PM|LINK
all they would know is how to do it from the manager wich I also know how to do already. I need to know if its possible from .net code via the Microsoft.web.administation.dll or some other library
Amy Peng - M...
Star
10099 Points
954 Posts
Microsoft
Re: programmatically Configure a Site for Delegated Non-Administrator Deployment
Jan 03, 2013 01:53 AM|LINK
Hi JackieMay,
I see you have post your question in IIS Fourms: http://forums.iis.net/p/1193902/2037779.aspx/1?Re+programmatically+Configure+a+Site+for+Delegated+Non+Administrator+Deployment+.
Hope it can help you.
Best Regards,
Amy Peng
Feedback to us
Develop and promote your apps in Windows Store
JackieMay
Member
2 Points
29 Posts
Re: programmatically Configure a Site for Delegated Non-Administrator Deployment
Jan 03, 2013 03:34 AM|LINK
not really I found what may do it but not sure yet. http://www.iis.net/configreference/system.webserver/management/authorization
but can't make heads or tales of it yet
not sure if thats do with with forms auth or webdeploy yet