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

554+5.2.0+STOREDRV.Submission.Exception:SendAsDeniedException in IIS SMTP Relay When Scanning to Email from a Sharp MX-M364N

I am getting the following error in my Windows Server 2012 R2 - IIS6 - SMTP Relay logs when I send a scan from a Sharp MX-M364N copier: 2018-09-25 20:28:54 40.97.132.2 OutboundConnectionResponse SMTPSVC1 - 0 - -…
3
votes
2 answers

IIS6 host multiple websites under same sub-domain (or something similar)

I'm trying to figure out a structure for a hosted application that i'm working on. I've got a domain lets call it app.company.com (a sub-domain company.com of course) that is setup to redirect to my IIS 6 web server. I would like to set up one…
user28502
3
votes
2 answers

Is it possible to install IIS6 instead of IIS7 on Windows Server 2012R2?

I have to install an industrial application that claims support for Windows Server 2012R2. But when I try to install it from a clean slate Windows Server 2012R2 with IIS7, it refuses to install. Indeed, it seems to try to detect the presence of IIS6…
3
votes
14 answers

Issues moving an IIS site from w2k to w2k3

Old server is windows 2000, and the original setup guy's answer to pretty much everything was C:\ --> Everyone --> Full Control. However, there WAS a setup doc, that seemed to work up to a point. Created a local admin com user Created COM+…
Kara Marfia
  • 7,892
  • 5
  • 33
  • 57
3
votes
1 answer

IIS6 Log time recording problems

On three separate occasions on two separate servers at nearly the same times, 6.9 hours seemingly went by without any data being written to the IIS logs, but, on closer inspection, it appears that it was all recorded all at once. Here's the facts as…
Hafthor
  • 380
  • 2
  • 7
  • 13
3
votes
1 answer

MS Webdeploy V3 encryptPassword correct usage

I have installed MS Webdeploy (Version 3.5) on both my ("old") Server 2003/IIS6 and ("new") Server 2012/IIS8. Currently, I am following the guidelines in the article here, backing up the Target Server before transferring from "old" to "new" server,…
buck1112
  • 131
  • 1
  • 3
3
votes
3 answers

Can I enable gzip/deflate in IIS6 without restart?

I have gone through the steps of enabling static compression for my IIS 6.0 site: enable it in IIS Manager enable edit-while-running add the extensions i need to compress directly to the metabase: js, css wait for the metabase.xml to update to the…
user21511
  • 31
  • 4
3
votes
2 answers

How to use logparser to query IIS log entries logged in the past N minutes?

The host is located in the EDT time zone. Event logs are logged using EDT. IIS logs are getting logged using UTC, and I'm not sure which logparser construct helps account for UTC. For example, Windows event logs, logged in local time, entries…
ApexRx
3
votes
2 answers

IIS 6 SMTP unable to relay messages to Exchange Online

Our company uses Office 365 and our email is hosted on Exchange online; however, we have several applications which are unable to send messages directly to Exchange Online due to various reasons (mainly lack of support for authenticated SMTP with…
Massimo
  • 70,200
  • 57
  • 200
  • 323
3
votes
3 answers

Windows Server 2003 R2 / IIS6 & SHA-256 SSL Certificates

Was hoping someone could help me out with this one as there seems to be conflicting articles on the subject. I've got a legacy server running Windows Server 2003 R2 with IIS6 and need to generate an SSL Certificate Request in SHA-256. I've installed…
Chris
  • 31
  • 1
  • 1
  • 2
3
votes
2 answers

how to separate IIS event logs by application in event viewer

Just to start with, I would like to advise I am VERY new to IIS so apologies for any obvious questions in advance. I have done some research around this topic and my findings have been inconclusive. Here is my scenario; I am currently running IIS 6…
JPM
  • 141
  • 1
  • 7
3
votes
6 answers

IIS ping fine but not loading in browser

I am pinging a computer that should be running IIS and the name we have attached it to responds to pings but when I go to a browsers it says no page found. How can I verify that IIS is running and properly configured on this server?
David
  • 295
  • 4
  • 10
3
votes
3 answers

What is the easiest way to track or view Urls 404 (Not Found) requests in Windows 2003 IIS-6

What is the easiest way to track or view Urls 404 (Not Found) requests in Windows 2003 IIS-6? We are moving to a new CMS, and we are using ISAPI Rewrite to redirect old Urls to the new Urls, but we want to make sure we are not missing important…
James Lawruk
  • 617
  • 2
  • 10
  • 18
3
votes
1 answer

IIS 6 SSL Certificate issue - SSL Connection error on service start, but alright if stop and go website from MMC

I'm taking care of a legacy win2k3 (sp2) which has IIS 6 installed. I have a very weird problem which is making me pull my hair out. There are 5 websites configured to run on the particular webserver. Of these, 3 have SSL certs that are functional…
user247243
  • 141
  • 4
3
votes
1 answer

How do I change the .NET Framework version of a virtual directory without the ASP.NET tab?

I have a website running v2.0 but I want the virtual directory running under it to use v4.0. I've already set the virtual directory as an application and gave it it's own application pool. The server is running Windows Server 2003 SP2 (64-bit).…
Brandon
  • 451
  • 7
  • 22