Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Oct 03, 2008 05:40 AM by gopsy_25
Contributor
2439 Points
918 Posts
Oct 03, 2008 04:43 AM|LINK
Hi How to check which version of IIS is installed on your machine
I have tried in the Help option of IIS but didn't get the version.
Kindly advice
Regards
Karan
Participant
1802 Points
247 Posts
Oct 03, 2008 05:26 AM|LINK
Hi,
1. Open IIS
2. Click on "Internet Information Services" on left pane
3. On the right pane you can see four columns ( Computer, Local, Version, Status ). The third column gives you version information about IIS
(I have seen this in IIS 6.0)
see this link for additional methods http://classicasp.aspfaq.com/general/how-do-i-determine-which-version-of-iis/asp-i-m-running.html
1521 Points
327 Posts
Oct 03, 2008 05:31 AM|LINK
simple type "localhost" in your browser address bar after that you get the version of IIS
still you are not able to get the IIS version check below URL:
(1) http://localhost/localstart.asp (2) http://localhost/iishelp/iis/misc/default.asp
Mit [cool]
All-Star
32835 Points
5563 Posts
MVP
Oct 03, 2008 05:36 AM|LINK
Hi, karang
The reply of yrajasekhar is correct .
For opening IIS MAnager u can go to run command and type inetmgr to open it .
Plz Mark as Answer if it Helps u.
Member
231 Points
75 Posts
Oct 03, 2008 05:40 AM|LINK
Hi Karang,
For checking the version of IIS installed on your machine use the Request.ServerVariables("SERVER_SOFTWARE") property of the ASP.Net
it will returns "Microsoft-IIS/4.0" for IIS 4.0 + ASP 2.0
karang
Contributor
2439 Points
918 Posts
check the version of IIS
Oct 03, 2008 04:43 AM|LINK
Hi How to check which version of IIS is installed on your machine
I have tried in the Help option of IIS but didn't get the version.
Kindly advice
Regards
Karan
Karan Gupta
http://gyansangrah.com
Please click "Mark as Answer" if this helped you.
yrajasekhar
Participant
1802 Points
247 Posts
Re: check the version of IIS
Oct 03, 2008 05:26 AM|LINK
Hi,
1. Open IIS
2. Click on "Internet Information Services" on left pane
3. On the right pane you can see four columns ( Computer, Local, Version, Status ). The third column gives you version information about IIS
(I have seen this in IIS 6.0)
see this link for additional methods http://classicasp.aspfaq.com/general/how-do-i-determine-which-version-of-iis/asp-i-m-running.html
Movie reviews using twitter http://www.cinegyan.net
Mitesh_Darji
Participant
1521 Points
327 Posts
Re: check the version of IIS
Oct 03, 2008 05:31 AM|LINK
simple type "localhost" in your browser address bar after that you get the version of IIS
still you are not able to get the IIS version check below URL:
(1) http://localhost/localstart.asp
(2) http://localhost/iishelp/iis/misc/default.asp
Mit [cool]
Regards
Mitesh Darji
raghav_khung...
All-Star
32835 Points
5563 Posts
MVP
Re: check the version of IIS
Oct 03, 2008 05:36 AM|LINK
Hi, karang
The reply of yrajasekhar is correct .
For opening IIS MAnager u can go to run command and type inetmgr to open it .
Plz Mark as Answer if it Helps u.
gopsy_25
Member
231 Points
75 Posts
Re: check the version of IIS
Oct 03, 2008 05:40 AM|LINK
Hi Karang,
For checking the version of IIS installed on your machine use the Request.ServerVariables("SERVER_SOFTWARE") property of the ASP.Net
it will returns "Microsoft-IIS/4.0" for IIS 4.0 + ASP 2.0
to other community members reading the thread.