create a IIS virtual directory programmatically

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Silvia

    #1

    create a IIS virtual directory programmatically

    My question is that is posible create a IIS Virtual
    Directory programmaticall y with visual Basic.NET??

    Is posible create a Application Pool programmaticall y too?

    Thanks
  • James Musson [MSFT]

    #2
    Re: create a IIS virtual directory programmaticall y

    Hi Silvia

    There are several ways you could do this from VB.NET - using the IIS WMI
    provider or System.Director yServices is probably your best bet. See:
    http://msdn.microsoft.com/library/en...asp?frame=true
    for more details.

    HTH

    James.

    --
    This posting is provided "AS IS" with no warranties, and confers no rights.


    "Silvia" <sandujar@cspt. es> wrote in message
    news:091e01c3c3 cd$ad121020$a40 1280a@phx.gbl.. .[color=blue]
    > My question is that is posible create a IIS Virtual
    > Directory programmaticall y with visual Basic.NET??
    >
    > Is posible create a Application Pool programmaticall y too?
    >
    > Thanks[/color]


    Comment

    Working...