Hello,
Where can I find IIS, does it com with Visual Studio 6 or with
Windows NT server?
Does it work with Windows 95/98?
thanks
Printable View
Hello,
Where can I find IIS, does it com with Visual Studio 6 or with
Windows NT server?
Does it work with Windows 95/98?
thanks
It only comes with NT server and windows 2000.
You cannot get it to work with win98/Me/95
Hi,
If you have win 95/98/ME you can use PWS(Personal Web Server) instead, it comes with the win98 cd, not sure about 95. Do a search on the microsoft download section you might find it.
Hope this helps
IIS 4 and the Win95/NT Workstation version of PWS come on the NT Option Pack, which comes with newer versions of NT server, and the Option Pack is included with Visual Studio 6. (I think its on disc 2, called Server Components or whatever). IIS 5 comes with Windows 2000 right on the OS cd, it's installed by default on Server, for Professional you'd have to manually install it (Add/Remove Windows Components).
PWS is not the same thing as IIS. It doesn't have as many built in components for things uch as sending EMAIL ect.
But it will do for development purposes
Actually IIS is built into Win2000.
Yes, i know this. PWS will work ok for learning the basics, but if you are gonna do any other in depth develoment i suggest you nuy at least Win2k Professional...Quote:
Originally posted by seoptimizer2001
Actually IIS is built into Win2000.
Actually W2K Professional is still PWS with the IIS MMC snap-in and still has the 10 user limit.
What is MMC snap in?
Microsoft Management Console
It's the common interface to MS's services management. For instance, you open MMC when you are looking at IIS settings in W2K or when you open Component Services, or Computer Management. They all open MMC and the snap-in tells MMC which interface to provide.
Well, the IIS that comes with Win2k also has other components for sending email etc. So why is it still considered PWS? What is the difference between win2k pro and server? Besides the user limit?
It's mainly the user limit. MS decided that if you want to use IIS for a real web server, you have to run it on NT Server/W2K Server.
The components come with Win2K I think, not IIS specifically.. but I'm not certain.
So it is IIS then? :confused:
I take it back. It is IIS 5.0 but with these limitations:
Limited to 10 connections
Limited to one Web and one FTP server. In other words, you cannot create additional virtual Web or FTP servers.
That is straight from MSDN..
Yeah, the IIS tools or security patches downloaded from MS don't seem to care whether you're running Pro or Server, they work the same.
Ok, well thanks for all of the information guys. :D