Which version of IIS?

  • Thread starter Thread starter Tarun Mistry
  • Start date Start date
T

Tarun Mistry

Hi guys, a very quick and simple question.

What version of IIS is needed to run ASP.NET 2.0 applications (bare
minimum)?

I can't find the info on the MS site.

Thanks for any help,
Tarun
 
IIS 5

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Hard work is a medication for which
there is no placebo.
 
Thanks Kevin,

What is the current version of IIS within server 2003, 5.0 or 6?

Can asp.net ONLY be run on a server OS or can it work on windows xp with the
dotnet framework and IIS/pws installed?

Thanks,
Taz
 
Thus wrote Tarun,
Thanks Kevin,

What is the current version of IIS within server 2003, 5.0 or 6?

Windows 2000: IIS 5
Windows XP: IIS 5.1
Windows 2003: IIS 6
Can asp.net ONLY be run on a server OS or can it work on windows xp
with the dotnet framework and IIS/pws installed?

A workstation class OS can only serve a small amount of incoming connections
(i.e. 10), which is fine for development. For real-world production use you'll
need a server.

Cheers,
 
A workstation class OS can only serve a small amount of incoming
connections (i.e. 10), which is fine for development. For real-world
production use you'll need a server.

Cheers,
--
Excellent, many thanks Joerg .

Taz
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top