How to get Infos about the IIS and the ASP.NET Environment

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

  1. #1

    Default How to get Infos about the IIS and the ASP.NET Environment

    Is there any function like php_info() from php in asp.net? i want a page on
    a website where i give out all important data from the webserver. at least
    - Windows Version
    - .NET Version
    - IIS Version
    - IIS Connection Limit
    I searched a bit in google but found nothing.
    Is there an easy way and if not, where can i find the infos i mentioned
    above? Read it out from the registry manually?

    thx in advance,
    ViperDK


    ViperDK Guest

  2. Similar Questions and Discussions

    1. Toolbars and Environment of ID cs
      I MUST apologize! I know I have asked this question before! BUT I cannot find the threads back as to what you fine folks recomended to me (us). I...
    2. errorcode infos needed
      where ist the problem if i receive these error codes just in starting a aix machine? F23 and F1F thx for help bernd
    3. Using PHP in a .Net environment?
      Hello, I am working on a project that needs to use an opensource code library written in PHP and uses MySQL. I dont want to have to rewrite the...
    4. DB2 environment on WinNT
      I want to use the "db2 prep" command to compile the .sqc file to .cpp file in the VC IDE, but when I run the command directly, DB2 will tell me...
    5. environment variuables
      Hi guys, Pls can anyone tell me how to add a path to the "PATH" varible and how to add & know its value in bytes (i do hope i made some sense)
  3. #2

    Default Re: How to get Infos about the IIS and the ASP.NET Environment

    look up something called windows management instrumentation, or WMI for
    short

    --
    Regards

    John Timney (Microsoft ASP.NET MVP)
    ----------------------------------------------
    <shameless_author_plug>
    Professional .NET for Java Developers with C#
    ISBN:1-861007-91-4
    Professional Windows Forms
    ISBN: 1861005547
    Professional JSP 2nd Edition
    ISBN: 1861004958
    Professional JSP
    ISBN: 1861003625
    Beginning JSP Web Development
    ISBN: 1861002092
    </shameless_author_plug>
    ----------------------------------------------

    "ViperDK" <noabuseViperDK@gmx.net> wrote in message
    news:be7chd$dmm$06$1@news.t-online.com...
    > Is there any function like php_info() from php in asp.net? i want a page
    on
    > a website where i give out all important data from the webserver. at least
    > - Windows Version
    > - .NET Version
    > - IIS Version
    > - IIS Connection Limit
    > I searched a bit in google but found nothing.
    > Is there an easy way and if not, where can i find the infos i mentioned
    > above? Read it out from the registry manually?
    >
    > thx in advance,
    > ViperDK
    >
    >

    John Timney \(Microsoft MVP\) 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