ASP.Net & IIS MetaData Question

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default ASP.Net & IIS MetaData Question

    1) Is there a way to access the IIS Meta Data using ASP.Net? I want to write a web site that will need to fill a combo box with a list of all the web sites we have on our server farm. I want the user to see a user friendly list and not the standard W3CV/???/???.

    Any help will be appreciated.

    S. Shawn Mehaffie
    PC Resources, LLX
    Shawn & Jo-an Mehaffie Guest

  2. Similar Questions and Discussions

    1. Metadata from JPG
      I would like to get the Date Taken from the metadata from a jpg image taken with a digital SLR. Is there any ASP or Java script you are aware of...
    2. Deleting XAP Metadata
      Hi All, Is there any way to delete XAP metadata from Plug-in? I'm not able to find any API to delete metadata. Thanks, Somnath
    3. Metadata
      Is there any metadata scrubber utility available from Adobe or third party? Thanks in advance
    4. Exporting metadata
      Hi all, I'm looking for a way to export the metadata associated with an image file, then create an adobe web photo gallery which contains the...
    5. Metadata help
      I am looking for a way to lock and hide metadata on files that I upload to website. I add metadata for copyright, description and keywords (for my...
  3. #2

    Default Re: ASP.Net & IIS MetaData Question

    Shawn,

    The IIS MetaBase can be accessed through ADSI. You can use the classes in the System.DirectoryServices namespace to do this.

    I'm afraid I don't have a good clean example for you. The documentation has some good System.DirectoryServices walk-throughs, they just don't use IIS as their example.
    --
    John Saunders
    Internet Engineer
    [email]john.saunders@surfcontrol.com[/email]


    "Shawn & Jo-an Mehaffie" <ssm_jgm@hotmail.com> wrote in message news:OkuXydwWDHA.2204@TK2MSFTNGP12.phx.gbl...
    1) Is there a way to access the IIS Meta Data using ASP.Net? I want to write a web site that will need to fill a combo box with a list of all the web sites we have on our server farm. I want the user to see a user friendly list and not the standard W3CV/???/???.

    Any help will be appreciated.

    S. Shawn Mehaffie
    PC Resources, LLX
    John Saunders Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139