CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Manage IIS4.0

  1. #1
    Join Date
    Jul 1999
    Posts
    11

    Manage IIS4.0

    How I can manage IIS 4.0 outside Console Root. I want use API, or anything else …

    Thanks for all …



  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Manage IIS4.0

    from MSDN "The IIS Admin Objects installed with IIS make programmatic administration as straightforward as possible. Based on Microsoft's ADSI, the IIS Admin Objects are compatible with automation and can easily be accessed and manipulated by any language that supports automation, such as VBScript or JScript in Active Server Pages (ASP), Visual Basic, Java, or C++. "

    This available with IIS 4 but will be extended in IIS 5.


  3. #3
    Join Date
    Jul 1999
    Posts
    11

    Re: Manage IIS4.0

    I want create an installation program for a software product. This product contains a web site, which are in IIS 4.0. So, I want using Install Shield program to create in IIS 4.0 new web site, applications, and virtual directory, browse asp pages.
    I like your answers. I want to talk and collaborate with you, if you are interesting please send me a mail at [email protected].



  4. #4
    Join Date
    May 1999
    Posts
    3,332

    Re: Manage IIS4.0

    Thanks.
    I'm always willing to cooperate, but I have to restrict that to entries in this forum.
    Discussing development problems in public helps us all.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured