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
0
votes
2 answers

IIS serving locally, but not remotely

There is a router between the modem and the server. In the admin panel, I use single-port forward Internal Port External Port IP 80 80 to 192.168.1.101 (Web Server) Basically, I'm not on site, and there is a…
cinqoTimo
  • 247
  • 5
  • 15
0
votes
2 answers

AVG 9 (Internet Security Business Edition) and IIS 6.0

Are any of you using AVG 9 Internet Security Business Edition along with IIS 6.0 and if so have you experienced problems? We just went from 8.5 to 9.0... Luckily I tried on only one of the servers in the web farm first to run for a week to make sure…
Dave Holland
  • 1,898
  • 1
  • 13
  • 18
0
votes
1 answer

Tomcat 6 Windows Server 64 Redirect Connector Fails

So is there some problem with running the Tomcat connectors under a 64 bit windows OS? Here's my configuration: Windows Server 2003 64 bit Intel Xeon Tomcat 6.0.26 JVM 1.6.0 (64bit) ISAPI Redirect Connector 1.2.30.0 (64 bit) Calling the IP…
Rafe
  • 103
  • 4
0
votes
1 answer

Problem with creation of scheduled task from IIS6 on SR2003

I have also posted this question on stackoverflow, but will also try here, since it might be more system-related I am writing a webapplication using .NET. The webapp creates scheduled tasks using the System.Diagnostics.Process class, calling…
Morten Louw Nielsen
0
votes
2 answers

Tomcat and IIS6 on one server, multiple websites

Windows Server 2003 with IIS6 and Tomcat 6.0.26. Three sites running on this server. One is PHP, one is ASP and the third uses Tomcat. The first two work flawlessly. The third is being a pain. Tomcat is installed and if called on the server itself…
Rafe
  • 103
  • 4
0
votes
1 answer

ASP.NET web application can't find an assembly

I deployed an ASP.NET web application last night and I when I woke up this morning it was very slow and would occasionally just throw a 'Service Unavailable' error. I checked the Event Viewer and it was filled up with these errors: I'm puzzled as…
anonymous coward
  • 282
  • 2
  • 13
0
votes
1 answer

Deciphering an IIS6 Httperr log file

We have a Windows 2003 R2 SP2 server with iis6 that is creating a 1024kb httperr file every minute. I can't figure out what I'm looking at. Here's a snippet: 2010-03-24 13:15:05 10.53.2.35 1667 10.53.2.12 80 HTTP/1.1 PUT…
smackaysmith
  • 313
  • 1
  • 3
  • 11
0
votes
1 answer

Setting up HTTPS across multiple servers

I want to offer our online services over HTTPS and am having a couple of problems understanding how to accomplish this. To access our services you must pass through our ISA firewall to a Win2000 server running IIS6. About half of our services are…
JohnyD
  • 1,614
  • 3
  • 20
  • 29
0
votes
1 answer

IIS restart causes many Connection_Abandoned_By_AppPool messages in log

After about half a day the IIS 6.0 ASP (VBScript) web server appears to die. It accepts TCP connections (i.e. I can telnet localhost 80 successfully) however it does not return any response. When I restart the server (going through My Computer ->…
PP.
  • 3,316
  • 6
  • 27
  • 31
0
votes
1 answer

How does SSL work when Tomcat runs behind IIS 6.0?

I have a web service hosted on Tomcat that is behind IIS 6.0. I use Tomcat Connector to connect Tomcat to IIS. My web service opens an SSL connection to another server: Is the SSL connection made from Tomcat, or from IIS, and which SSL keystore…
Eric H
  • 748
  • 4
  • 10
0
votes
2 answers

IIS: 404 error on every file in a virtual directory

I am trying to write my first WCF service for IIS 6.0. I followed the instructions on MSDN. I created the virtual directory, I can browse the directory fine but anything I click (even a sub-folder in that folder) gives me a 404 error. What am I…
Scott Chamberlain
  • 1,455
  • 2
  • 21
  • 37
0
votes
2 answers

Performance mitigations serving content from a UNC share via IIS 6

I have a quad processor vmware instance running Windows 2003 and 1gb ethernet. I'm comparing serving the exact same heavy .NET 2.0 content from the local hard drive versus serving it from a UNC drive. If I use WCAT to load it down, I see about a…
codepoke
  • 133
  • 8
0
votes
0 answers

IIS SMTP Relay to gmail fails occasionally

I'm using IIS SMTP relay to gmail to send outbound emails. I create this email text file with SSIS script task and place the file in the Pickup directory. This script runs every 15 minutes. It works most of the time, but sporadically it fails with…
0
votes
1 answer

Connection timeout between windows servers

Assume I have two Windows servers (2012 R2) in the same network and domain. Server B has running IIS-6 with websites(on ports 80, 8080, and others). Both of them have enabled Firewall. The problem is that I can't access server B websites by private…
Grigory
  • 101
  • 2
0
votes
1 answer

IIS6 all websites displays another site when using https

I have the following websites set up in iis 6. site1.com site2.com site3.com Accessing site1 is via the address https://site1.com. Accessing site2 and site three should be through http. When I try to access https://site2.com it displays the website…
Lisa