Top "Iis-6" questions

IIS (Internet Information Services) is a web server application and a set of feature extension modules created by Microsoft as part of Windows.

What's the difference between HTTP_URL, REQUEST_URI and these other IIS variables?

I came across various <rewrite> rules and noticed there are a lot of variables that appear to be …

iis iis-7 iis-7.5 iis-6 url-rewrite-module
IIS6 Virtual Directory 500 Error on Remote Share

We have our servers at the server farm in a domain. Let's call it LIVE. Our developer computers live in …

iis iis-6 cross-domain virtual-directory
DOS command to list all virtual directories in IIS 6

I'm looking for a DOS command to list all sites and virtual directories in IIS 6 under Windows 2003. I know there …

iis-6 cmd virtual-directory sites adsutil.vbs
Starting multiple HTTP listeners on IIS using C#.NET 2.0

I have two windows services running on the same machine. Both the services uses private HttpListener listener; I specify the …

exception iis-6 listeners httplistener
Can I get a stacktrace from a CLR exception without attaching the VS debugger?

I have a website running on a remote server, and want to get some information from an exception that is …

.net debugging iis-6 windbg
When does IIS recycle the worker process?

When I setup an application pool for my web app in IIS 6 it defaults the worker process to recycle in 1740 …

iis-6 worker-process application-pool
Periodic InvalidCastException and "The server failed to resume the transaction" with Linq

I see this on our stage system, after it has been up for 2-3 days. "The server failed to resume …

linq linq-to-sql sql-server-2008 iis-6
IIS 6 Private Key certificate access

We have a Web asp.net application running in the framework 2.0 and hosted in an IIS 6 server, and the OS …

iis-6 private-key cer
How to limit outbound SMTP mail sent from PHP

We have shared hosting servers which use PHP fastcgi (on IIS) for several clients (shared hosting). Regularly clients use old …

php email smtp iis-6 fastcgi
How to remove trailing slash from window.location.pathname

I have the following code that's allowing me to switch between desktop and mobile versions of my website, <script …

javascript iis-6 location-href