Hi All,
Is it possible to get the IIS version programmatically.
I need this information urgently.
thanks for any help,
Viki

Re: Urgent help required for IIS by Evertjan

Evertjan
Tue Jun 29 16:17:41 CDT 2004

viki wrote on 29 jun 2004 in microsoft.public.inetserver.iis:

> Is it possible to get the IIS version programmatically.
> I need this information urgently.
> thanks for any help,
>

Yes.

================

If you mean with ASP/VBS:

response write request.servervariables("SERVER_SOFTWARE")

This will show [hopefullly in your case]:

Microsoft-IIS/6.0


--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Re: Urgent help required for IIS by viki

viki
Thu Jul 01 00:46:29 CDT 2004

Sorry for not metioning earlier. I want this information using C/C++/MFC


"Evertjan." <exjxw.hannivoort@interxnl.net> wrote in message
news:Xns9517ECF8580C0eejj99@194.109.133.29...
> viki wrote on 29 jun 2004 in microsoft.public.inetserver.iis:
>
> > Is it possible to get the IIS version programmatically.
> > I need this information urgently.
> > thanks for any help,
> >
>
> Yes.
>
> ================
>
> If you mean with ASP/VBS:
>
> response write request.servervariables("SERVER_SOFTWARE")
>
> This will show [hopefullly in your case]:
>
> Microsoft-IIS/6.0
>
>
> --
> Evertjan.
> The Netherlands.
> (Please change the x'es to dots in my emailaddress)



Re: Urgent help required for IIS by Evertjan

Evertjan
Thu Jul 01 04:03:04 CDT 2004

viki wrote on 01 jul 2004 in microsoft.public.inetserver.iis:
> "Evertjan." <exjxw.hannivoort@interxnl.net> wrote in message
> news:Xns9517ECF8580C0eejj99@194.109.133.29...
>> viki wrote on 29 jun 2004 in microsoft.public.inetserver.iis:
>>
>> > Is it possible to get the IIS version programmatically.
>> > I need this information urgently.
>> > thanks for any help,
>> >
>>
>> Yes.
>>
>> ================
>>
>> If you mean with ASP/VBS:
>>
>> response write request.servervariables("SERVER_SOFTWARE")
>>
>> This will show [hopefullly in your case]:
>>
>> Microsoft-IIS/6.0

> Sorry for not metioning earlier. I want this information using C/C++/MFC

[As long as you do not toppost on usenet, I am OK.]

Sorry, I do not even know what the last part of C/C++/MFC is.


--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)