[2005] Create Website in IIS6.0 Programatically using C#
Dear Friends,
I would like to develop a control pannel for a remote IIS6.0 with create, Delete, Stop, Pause, restart a website with all options.
I heard that System.DirectoryServices Namespace is available to pragram IIS6.0. I got the code to create a virtual directory under default website. But I want to create a seperate virtual directory for each website.
Any piece of information will be appreciatable.
Thanks in Advance,
Manu
Re: [2005] Create Website in IIS6.0 Programatically using C#
try to google this IIsWebVirtualDir
Re: [2005] Create Website in IIS6.0 Programatically using C#