Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 19, 2012 01:21 AM by jimbobjoe
Member
15 Points
67 Posts
May 28, 2010 12:57 PM|LINK
TATWORTH FileVersionInfo
Well this can easily be solved by using System.Environment-variable as following:
FileVersionInfo verinfo = FileVersionInfo.GetVersionInfo(System.Environment.SystemDirectory + \\inetsrv\\inetinfo.exe);
All-Star
87677 Points
11637 Posts
Moderator
May 28, 2010 01:45 PM|LINK
sudiptasarkar How do I find out the version of IIS.
It's IIS 5.0. All Windows 2000 systems have IIS 5.0. IIS is dependent on the operating system version, see www.iis.net for more help.
Jeff
52 Points
27 Posts
May 16, 2011 11:13 AM|LINK
try thi command in DOS prompt
C:\WINNT\system32 \inetsrv\inetinfo.exe
it will definatelly help u
2 Points
1 Post
Apr 19, 2012 01:21 AM|LINK
Getting ready to retire - Windows 2000 Server SP4:
Following Mehul Pandya's advise I ran C:\WINNT\system32 \inetsrv\inetinfo.exe and:
- The directory C:\WINNT\system32\inetsrv displayed.
- Right-click and Select 'Properties' for the application 'inetmgr'
- Click the Version tab
fritz_theiss
Member
15 Points
67 Posts
Re: How to determine the IIS version
May 28, 2010 12:57 PM|LINK
Well this can easily be solved by using System.Environment-variable as following:
FileVersionInfo verinfo = FileVersionInfo.GetVersionInfo(System.Environment.SystemDirectory + \\inetsrv\\inetinfo.exe);
thanks in advance / danke im voraus, fritz
--
Fritz Theiss
jeff@zina.co...
All-Star
87677 Points
11637 Posts
Moderator
Re: How to determine the IIS version
May 28, 2010 01:45 PM|LINK
It's IIS 5.0. All Windows 2000 systems have IIS 5.0. IIS is dependent on the operating system version, see www.iis.net for more help.
Jeff
mehul pandya
Member
52 Points
27 Posts
Re: How to determine the IIS version
May 16, 2011 11:13 AM|LINK
try thi command in DOS prompt
C:\WINNT\system32 \inetsrv\inetinfo.exe
it will definatelly help u
simform solution PVT.LTD
Asp.Net Developer
jimbobjoe
Member
2 Points
1 Post
Re: How to determine the IIS version
Apr 19, 2012 01:21 AM|LINK
Getting ready to retire - Windows 2000 Server SP4:
Following Mehul Pandya's advise I ran C:\WINNT\system32 \inetsrv\inetinfo.exe and:
- The directory C:\WINNT\system32\inetsrv displayed.
- Right-click and Select 'Properties' for the application 'inetmgr'
- Click the Version tab