Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

installing iis

Status
Not open for further replies.

bookouri

IS-IT--Management
Feb 23, 2000
1,464
US
I have IIS installed on one of my compaq servers. I installed it from the NT option pack when i originally set up the server. I know this seems like a basic, anybody should be able to figure it out kind of question but I cant seem to find the answer. How can I tell what version of IIS is running? I assume its 3.0. If it is 3.0 how do i upgrade it to 4.0. Im still running NT 4.0 so I assume I cant install 5.0. I have a project coming up where I will need to start using IIS and I need to get it up and running.

thanks..

 
Hi,
create an asp page containing:

Code:
Response.Write Request.ServerVariables("SERVER_SOFTWARE")

When called this page will show the version of IIS that the server is running.
You are coorect that you can't install IIS5 onto NT4, it can only be installed onto the Windows 2000 family. To upgrade from 3 to 4 use the Option pack for NT 4 and install IIS 4 onto your machine.

James :)
James Culshaw
jculshaw@active-data-solutions.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top