I'm running a WCF Service in a webrole on Azure and have an exe which I launch during the startup task using elevated privileges. I need to be able to set IIS configuration for two additional items as follows: 1) Set a virtual directory's ssl settings (sslflag)
to SslNegotiateCert and, 2) Set the restriction level for ISAPI and CGI restrictions for the web server to Allowed for "ASP.NET v4.0.30319" (d:\windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll). I would like to use ServerManager from Microsoft.Web.Administration
and I do not want to use AppCmd. On item 2, I started to look here but it's a little over my head. (http://www.iis.net/ConfigReference/system.webServer/security/isapiCgiRestriction/add) Your help would be greatly appreciated. Thanks. Rich
richtobey
3 Posts
Changes to IIS for stateless machine for Windows Azure
May 28, 2012 02:54 AM|LINK
richtobey
3 Posts
Re: Changes to IIS for stateless machine for Windows Azure
May 28, 2012 02:16 PM|LINK
richtobey
3 Posts
Re: Changes to IIS for stateless machine for Windows Azure
May 28, 2012 03:25 PM|LINK