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

app pool does not recycle automatically with Max used memory configured

In our environment, i set the Maximum used memory to 780, but the w3wp.exe does not recycle automatically when the memory reach 800, am i missing something? Thanks
user55665
0
votes
1 answer

Replacing IIS6 ssl cert with new one without downtime

I found this question and it sounds like my solution, but on my IIS server the "Replace the current certificate" option is grayed out. I can't go the route of doing a standard replace because the current SSL cert is from Verisign and the new one…
DrZaiusApeLord
  • 1,174
  • 2
  • 9
  • 18
0
votes
1 answer

what is best way to monitor IIS 6.0?

monitoring can be include source ip, what is being served by iis, which work processor is being used, how much current load on IIS?
Jeff
0
votes
1 answer

Restoring II6 server after a hardware failure

We had an array lose 3 drives on an IIS6 server. We now have the drives runing...for now. What's the best path to restoring the server to functionality. We have a backup of system state and the interpub directory. Thanks
John Brennan
0
votes
1 answer

Installing IIS after .NET framework 3.5 has been installed

I'm aware of the procedure mentioned here to re-register ASP.NET if IIS is installed after the .NET framework has been installed: http://www.mike-tech.com/article.php?gif=iis&article=281 However, most of these articles are old and refer to ASP.NET…
Rob Nicholson
  • 1,707
  • 8
  • 29
  • 56
0
votes
1 answer

Need to Serve .Config files as text from IIS 6.0 for Sophos Updates

This seems like one of those questions that has a simple answer I am not seeing. We have an IIS server hosting multiple websites, each site on a separate IP. Some of these sites are running ASP and ASP.NET applications. I have one site whose primary…
Johnnie Odom
  • 1,199
  • 7
  • 10
0
votes
1 answer

all sites are down after switching IIS6 in 32bit mode

I;ve recently switched IIS6 to 32 bit mode and none of my sites (framework 2.0 and 4.0 ) are running now. it says "Service Unavailable" Here is what I've done: followed the steps from : http://support.microsoft.com/kb/934162 Any help? Answer: (1)…
Prashant Lakhlani
  • 109
  • 1
  • 1
  • 6
0
votes
3 answers

IIS6 403.1 when Application is Accessed via a CNAME

We have a server named slc-app-01 and an ASP.NET application in the default website configured as printflow. I set up a CNAME in DNS for printflow to point at slc-app-01 so the application could be accessed via http://printflow/printflow. The…
joshperry
  • 325
  • 1
  • 2
  • 14
0
votes
1 answer

IIS6 cannot accept SSL connection

I have a server on a network I used SelfSSL to generate the certificate when I tick "Require Secure communication" option in a website security tab, the web site cannot be opened anymore. using https protocol, I got 403 error Thanks
Costa
  • 127
  • 1
  • 6
0
votes
3 answers

how to use iis 6.0 redirects?

I'm attempting to use the below reference to create a re-direct for my local site with no luck. http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/6b855a7a-0884-4508-ba95-079f38c77017.mspx?mfr=true I want absolute links on my…
payling
  • 235
  • 1
  • 4
  • 16
0
votes
1 answer

how to add a virtual directory on a remote machine IIS 6

We have a build script to add a Virtual Directory to an existing website running on the same server. it works fine, is it possible to add a virtual directory to a remote machine? which the user has access and authorisation for. the script we are…
Deepesh Shah
0
votes
1 answer

IIS6 MVC2 Server starts sending out 404 after a while

I have a W2k3 server running IIS6 and MVC2 (.net 4). Right after the iis starts, everything works ok, the site runs fine. Extensionless urls work ok. After a certain period of time (maybe of inactivity) the server stops working and starts to send…
DanC
  • 153
  • 2
  • 5
0
votes
1 answer

IIS6 and Windows Server 2003 unable to access ASP.Net site through external IP Address

When I access the site from the server itself (via remote PC) or within the network using the name of the machine I can access the site just fine, but when I try to use the external IP of the server I get generic errors If I specify the path…
Sean
0
votes
2 answers

Moved an internal website, now need to un-break URL bookmarks

Got a client who has a website accessed over the local area network (emphasis, not over the internet). The previous version of the website was installed incorrectly as a virtual directory under the default website. So, everyone was used to going…
Ripped Off
  • 162
  • 2
  • 15
0
votes
2 answers

Slow ASP.NET site using IIS6

I have two servers, one virtual and one physical, running the exact same site on both machines. Both machines are running on ~ 2% CPU load and very much RAM available for usage. Somehow the site, with cache turned off ofcourse, loads in ~ 500ms on…
lars