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
5
votes
1 answer

IIS6 SMTP and TLS on outbound connections

In the options for setting up the SMTP server hosted in IIS, there exists an option to enable TLS on outbound connections which I want. However I also want it to be able to fallback to clear text in the event that the mail server it is talking to…
puffpio
  • 201
  • 4
  • 6
4
votes
1 answer

How do I restore the IUSR account used by IIS 6

We mirrored one of our webservers and thus got an IUSR account that was named after the wrong server IUSR-SERVER1 when this server's name is SERVER2. So I went and renamed the user to IUSR_SERVER2, but after resetting IIS it kept creating the old…
Blegger
  • 272
  • 1
  • 5
  • 14
4
votes
1 answer

Can I share one SPN between two service accounts?

I am running IIS and SQL Reporting Server on the same server. IIS runs as d\acct1 and SSRS is running as d\acct2. Initially, I registered an SPN HTTP/server.d.com for both d\acct1 and d\acct2 and configured both for unconstrained kerberos delegation…
Ryan Michela
  • 1,147
  • 4
  • 16
  • 23
4
votes
2 answers

How to convert 'w3wp' process names to PIDs or usernames? (i.e.- "w3wp#29)

I'm running some perfmon counters / reports on an Windows Server 2003 IIS6 web server, that has each web site running under its own application pool/worker process user. The report is providing the names of the sites as, for…
nat
  • 73
  • 1
  • 2
  • 4
4
votes
4 answers

Multiple Sites with SSL on IIS6

This may sound a little stupid, but I'm more of a dev guy than a server admin and I am incredibly boneheaded when it comes to IIS. So please bear with me here. I currently have a client that has a dedicated 2K3 box running IIS6. They are hosting one…
4
votes
2 answers

How do I disable TLS 1.0 without breaking my IIS/ASP.NET websites?

We are running Windows Server 2008 R2. TLS 1.0 has been non-PCI compliant for some time now, and disabling it via the windows registry is easy. In the past, though, disabling TLS 1.0 has caused 2 problems for us: It's impossible to connect to the…
HerrimanCoder
  • 141
  • 1
  • 1
  • 4
4
votes
1 answer

Upgrading from IIS 6 to 8.5: increased concurrent requests

We upgraded our web server from Windows Server 2003 to Windows Server 2012 R2. The web application in question runs against ASP.NET 4.0. The web application in turn communicates with a third-party Web API. Shortly after the upgrade, the Web API…
4
votes
5 answers

IIS6 Multiple SSL websites to a single HTTP website?

Running a IIS6 server on Windows 2003. All the websites use ASP.NET I have a number of websites all running separate HTTP websites: www.domain1.com www.domain2.com www.domain3.com I have a separate HTTPS website www.secure.com These websites are…
K M
  • 141
  • 1
  • 2
4
votes
6 answers

Sites in IIS not available externally

I'm trying to access my IIS test site using the server IP. Internally I have no problems, but externally it tries for a while and then times out. I've run Shields Up and it shows that there are no open ports. It's a 1&1 VPS server running Windows…
Rob Bell
  • 183
  • 1
  • 3
  • 11
4
votes
2 answers

File Specific cache http header for IIS 6

Is there a way to set cache related header for a specific file type in II6? We want to turn off cache on all our *.js and *.css file here, but IIS6 is forcing us to do a all or nothing approach.
c24chan
4
votes
1 answer

How to allow HTTP OPTIONS requests in IIS 6?

I am having some trouble allowing CORS OPTIONS requests from a website that I am working on. After doing some research I was under the impression that the following things needed to be in place in order for CORS OPTIONS requests to work: Under the…
Abe Miessler
  • 925
  • 4
  • 11
  • 20
4
votes
2 answers

Enabling REST (GET, POST, PUT, DELETE) support in iis 6

I want to enable REST support in iis 6. My Googling has shown me that i can achieve PUT requests by [enabling WebDav] , however enabling the Delete method still eludes me. I've seen suggestions about editing configuration files, however i come from…
Jonathan
  • 191
  • 1
  • 1
  • 6
4
votes
0 answers

Windows 2003 IIS 6.0 w3wp PerfMon monitoring

We have a number of web applications set up as Virtual Directories under one web site on Windows 2003/IIS 6.0 servers. Each VirDir has a dedicated App Pool. One of my users wanted to know if I could tell him how many users or how many connections…
4
votes
3 answers

Cannot Delete Application Pool

I am trying to tidy up an IIS server. I have removed some test/uat virtual directories however I am not able to remove the application pools. I get the following error message. Any hints on how I go about resolving this?
redsquare
  • 237
  • 1
  • 5
  • 13
4
votes
2 answers

Real time and historical bandwidth analysis on a windows based IIS 6/7 box

Are there any tools that allow me to measure the inbound and outbound traffic of an IIS box? I have a server in a data center and I have a commit on bandwidth. If I exceed that commit, I get charged an additional fee. I know there are analytics and…
HumanBacon
  • 311
  • 1
  • 3
  • 5