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

How to host an internal website on IIS6

We are already hosting one website on the server and want to host another one that is LOCAL only ie(192.X.XX.XXX/Website) how do we need to set up IIS to handle this? The local site does not need to be seen from the outside world, only those on our…
Evan
0
votes
2 answers

Optimizing IIS 6 SMTP to send out large ammounts of email

Im currently working on a system that sends out a large number of monthly newsletters to subscribed users and customers (please note, this is not spam). We send these emails using IIS 6 virtual SMTP server and for the most part, it works well.…
Luckyboy
  • 113
  • 1
  • 4
0
votes
1 answer

Is it OK to disabled the Indexing Service (cisvc.exe) on Server 2003 Running as a Web Server?

Is it OK to disabled the Indexing Service (cisvc.exe) on Server 2003 Running as a Web Server? I only ask because it's hogging the CPU like crazy for hours and hours.
nickytonline
  • 177
  • 1
  • 1
  • 6
0
votes
1 answer

Free Email Server with Pickup Directory Like IIS SMTP server?

Is there a free email server that will run on Windows 2003 server with a Pickup direcotry like the built in SMTP server for IIS? I have an application that dumps mail into a pickup direcotry and the IIS SMTP server queues and distributes the mail. I…
DDiVita
  • 177
  • 3
  • 13
0
votes
2 answers

How can I host 2 websites from 1 server? (IIS 6.0)

I have an IIS 6.0 webserver from which I have to host 2 websites. The websites need to be https enabled. I am considering the below 2 options. Order 2 virtual IP address for the server and host the website in each IP (Don't know if this is…
HVS
  • 143
  • 2
  • 2
  • 6
0
votes
1 answer

IIS threads running at 20% utilization infinitely on Kernel32.GetModuleA

We have a recent web application rollout on Windows Server 2003/IIS. Multiple times a day a thread spawns that will run at 20%-25% utilization. Using process explorer, I see the stack that is posted at the bottom of this message. I can kill these…
Cole
  • 121
  • 2
0
votes
1 answer

copy web site confiuration from IIS6 to IIS7 on a remote server

Hellp I have to copy all web sites on a windows 2003 box ( IIS 6 ) to a windows 2008 ( IIS7.5). there are about 1000 sites. I copy all data and content manually but what can I do for IIS configuration : I test several msdeply command but all of…
Ashian
  • 400
  • 1
  • 7
  • 24
0
votes
1 answer

Automate iis backup

I would like to automate the backup of ISS metabase. How would you go about doing this?
Lisa
0
votes
1 answer

Mapping new file type to IIS and 404 before passing off the request

I'm mapping new file types in IIS 6 to the ASP.NET processor; for example the .gif image type. IIS will see a GIF image doesn't not exist (e.g. http://www.example.com/NoExist.GIF ) and raise a 404 HTTP err before passing the request onto ASP.NET. I…
John K
  • 1,753
  • 3
  • 16
  • 21
0
votes
1 answer

IIS 6 Compression for a folder

I want to enable IIS 6 compression for all of the folders in my application except one; in this one folder, I do some things that fails when IIS 6 compression is enabled... Any advice? Thanks.
Brian Mains
  • 202
  • 6
  • 16
0
votes
1 answer

Grant access only to certain ad domain group on IIS6, for web pages running asp.net and php

We are running IIS6 on Windows Server 2003 machine. We have a php based page (MediaWiki) and an asp.net MVC page. How can we configure IIS and Windows to allow access to this web pages only for selected AD domain groups, preferably without touching…
0
votes
1 answer

Error while starting web application

0 When you right-click a Web site in the Microsoft Internet Information Services (IIS) Microsoft Management Console (MMC) snap-in, and then you click Start, the Web site does not start and you receive the following error message: The process cannot…
Lalit
  • 109
  • 1
0
votes
2 answers

IIS 6 is no longer installed after computer restart

I was doing some maintenance on a build server at work and I changed some various settings (registry settings for custom applications, user permissions, etc.), then I restarted the machine. When the machine came back up, I couldn't access a website…
jarrettcoggin
0
votes
1 answer

IIS Manager won't let me create an application

Had a thing at work today on a Windows Server 2003 box. In IIS Manager I'm trying to create an application for a directory. So I've brought up the properties dialog and clicked the "Create" button and it did absolutely nothing - no error, the…
U62
  • 101
  • 1
0
votes
2 answers

IIS not using available memory?

Recently launched an ASP.NET site running on a single 32-bit WS2003 box (SQL on a separate server). The server has 4GB intalled, 3GB available. According to task manager, the w3wp.exe process is only using between 200-600MB. The site has tens of…
Herb Caudill
  • 201
  • 1
  • 2
  • 4