-
Posted to
Configuration & Scripting
by
rakkimk
on
07-27-2009, 2:03 PM
Use AppCMD:
appcmd.exe set config "Default Web Site" -section:system.webServer/handlers /-"[name='CGI-exe']"
C# code:
using System; using System.Text;
using Microsoft.Web.Administration;internal static class Sample {private static void Main() { using(ServerManager ...
-
Posted to
IIS.NET Site Feedback
by
rakkimk
on
07-27-2009, 1:57 PM
Seems like the SkyDrive.live.com doesn’t serve my .dll files. Not sure why!
I’ve zipped the .dll and updated the download link in each of those entries. Thanks!
-
Posted to
IIS7 - Media
by
rakkimk
on
04-22-2008, 11:25 PM
Okay - I changed it to have the ProgID, but still I've the same error coming up.
Still no luck :(
-
Posted to
IIS7 - Media
by
rakkimk
on
04-22-2008, 8:32 PM
When you register a register a provider, what is that “ProgramID”? COM GUID? I’m just using that sample which was provided in the site and it has the below: [Guid("D5178953-96A0-4ebd-B511-024897DA2C09")] I just used the same Guid there while creating a new provider. I’ve just added the same ProviderSample.cs file to my App_Code ...