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.
1000 questions
-1
votes
2 answers

IIS manager. Open web site outside the server computer

Possible Duplicate: Is it Possible to view my apache server (local host) from home or remote computer that is outside my LAN? Today i cofigured web server on Windows server 2003 i uploaded my site on C:\Inetpub\wwwroot\mysite local host working…
-1
votes
2 answers

Passive FTP Server Port Configuration Troubles Win2003

Win2003 Ports 20 & 21 are open IIS6 - Direct Metabase Edit enabled Configured FTP service passive range to 5500-5550 5500-5550 added to windows firewall iisreset and double checked by restarting ftp service nothing has changed, when I connect and…
Chris
  • 299
  • 2
  • 4
  • 9
-1
votes
1 answer

Remove all HTTP bindings from an IIS 6 site while leaving SSL bindings

We have a (remote, via a reseller) customer who configured their IIS6 server to not have any port 80 HTTP bindings, only port 443 SSL bindings. We would like to reproduce this without going through the three layers (!) to get to the customer to…
MikeBaz - MSFT
  • 1,253
  • 3
  • 15
  • 37
-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
-1
votes
2 answers

Inetmgr6.exe missing on Windows server 2022, SMTP relay still working

4 months ago, I have in-place upgraded a 2K8R2 server to 2K22. It had the SMTP relay function, and this feature is still working on Server 2022. (I did the export-import function to get the settings from and old metadata.xml) NB : I have already…
Fragobar
  • 1
  • 1
-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
  • 191
  • 1
  • 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