Questions tagged [iis-6]

IIS 6.0 is the version of IIS shipped with Windows Server 2003. It uses an architecture substantially different from IIS 5 and earlier versions, called Worker Process Isolation Mode.

IIS 6.0 is the version of IIS shipped with Windows Server 2003. It uses an architecture substantially different from IIS 5 and earlier versions, intended to increase security and performance, called Worker Process Isolation Mode.

Key changes from IIS 5.0:

  • Uses HTTP.SYS as a fast, secure kernel-mode listener, cache, and correctness parser for HTTP requests - instead of InetInfo, which ran ISAPIs and user code as LocalSystem
  • Isolates all user web code into low-privileged processes, which run as Network Service by default
  • Introduces the concept of an Application Pool; Application Pools group IIS applications into worker processes, which helps Admins isolate failures to specific processes and not the whole server (as was the case with InetInfo / Low-isolation applications in IIS 5 and earlier)
  • Introduces the Web Service Extension list, which restricts arbitrary executable code
  • Uses a central App Pool manager service, W3ADM, which monitors the health of App Pools and recycles them when needed.
996 questions
-1
votes
2 answers

Removing application from IIS 6

I have an iis 6 server that someone else used before and there are a few applications in the defaultAppPool. I would like to be able to only keep the default application. How can I remove an application from an application pool?
Rodrigue
  • 99
  • 1
  • 6
-1
votes
3 answers

Windows 2003 :: Performance Monitoring :: Simple/Stupid Tutorial

I have a half dozen front-end servers all running IIS 6.0-based/hosted applications. (primary .NET 2.0 web apps.) Basically, I'd like to take some basic performance data from each one, through such into a spreadsheet, and compare. CPU load, RAM…
BSI Support
-2
votes
1 answer

Can a server setting keep a page from opening?

I have a page with the following form:
When the form is submitted, a page with the correct…
KevDog
  • 117
  • 1
  • 6
-2
votes
2 answers

multiply websites and different websites on the same iis server

I've got this kind of situation: I've got windows 2003 server with dns server on same machine. It is binded to adress for ex. siteA.com Now i want to add to this machine website which name will be siteB.com. I created a new website on IIS6 server…
Krystian
  • 105
  • 4
-2
votes
1 answer

why IIS gives out blank page?

Suddenly IIS gives out blank pages for all the domains in the server. Sometimes, the .html pages does not works which requires IIS reset . But in case of blank pages restarting the server becomes the option. Why these happens with IIS and any…
Riyas
  • 181
  • 3
  • 14
-4
votes
1 answer

IIS 6.0 file upload

I am using IIS 6.0. I want to setup a folder where user can upload some files. Can anyone suggest a step by step procedure for that?
musfiqur
  • 3
  • 1
1 2 3
66
67