Sign In
David Wang
David Wang on IIS, ISAPI, Exchange, Virtual Server, and whatever else I fancy...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
HOWTO...
HTTP.SYS
IIS
IIS 7.0 (beta)
IIS7
ISAPI
Personal
Sample Code
Tips
Virtual Server
WiX
Your Questions
Archive
Archives
December 2008
(1)
October 2008
(1)
September 2008
(2)
June 2008
(2)
April 2008
(1)
December 2007
(2)
April 2007
(1)
August 2006
(3)
July 2006
(8)
June 2006
(16)
May 2006
(11)
April 2006
(27)
March 2006
(25)
February 2006
(21)
January 2006
(12)
December 2005
(18)
November 2005
(12)
October 2005
(21)
September 2005
(14)
August 2005
(18)
July 2005
(23)
June 2005
(14)
May 2005
(5)
April 2005
(7)
December 2004
(1)
March 2004
(1)
September, 2005
MSDN Blogs
>
David Wang
>
September, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
David Wang
Thoughts on IIS Security vs Apache
Posted
over 7 years ago
by
Anonymous
8
Comments
I got the following interesting question about IIS security and whether it was better to "protect" IIS with an Apache server in front of it. Hmm, let's take a step back and look at what is security... Question: Hey, I really like your blog. I was...
David Wang
HOWTO: ISAPI Filter which Logs original Client IP for Load Balanced IIS Servers
Posted
over 7 years ago
by
Anonymous
72
Comments
Invariably, when you run IIS servers that are load-balanced or forwarded requests behind some other network device, you will find that IIS logs the IP of the network device and not the original client that made the request. Technically, there is no...
David Wang
HOWTO: Mass Shared Hosting on Windows with IIS6
Posted
over 7 years ago
by
Anonymous
6
Comments
I got this recent question concerning the "limitations of ISAPI" as it pertains to mass shared hosting on IIS6. Hmm... I had to do a double-take because I was not aware of such limitations of ISAPI - in fact, Microsoft has published a mass shared hosting...
David Wang
Why do I Blog?
Posted
over 7 years ago
by
Anonymous
3
Comments
I was sifting through my list of blog posts recently (I now have over thee dozen unpublished posts sitting around in various stages of completeness...), and I found and decided to complete this one. I actually wrote this post back on March 2, 2004...
David Wang
HOWTO: Obtain support if DebugDiag reports ntdll.dll is responsible
Posted
over 7 years ago
by
Anonymous
1
Comments
Question: Hi David, Thanks for the blog / posts... I have installed the DebugDiag from MS Betas, and have heaps of reports saying... Please follow up with the vendor Microsoft Corporation for C:\WINDOWS\system32\ntdll.dll and wonder if I can...
David Wang
ISAPI Extension using Managed Assemblies results in File Not Found
Posted
over 7 years ago
by
Anonymous
0
Comments
I recently got a question concerning ISAPI using managed assemblies. Question: Hello First of all I developed an isapi extension that was a simple one. It was working properly. I then add referneces to some managed dlls in it and copied them...
David Wang
HOWTO: Diagnose one cause of 503 Service Unavailable on IIS6
Posted
over 7 years ago
by
Anonymous
37
Comments
I recently got this question about encountering a 503 Service Unavailable error on 64bit Windows. The author chose to uninstall .NET Framework 1.1 as the resolution, but I think there are some better alternatives... Question: I was delighted to...
David Wang
HOWTO: Diagnose IIS6 failing to accept connections due to Connections_Refused
Posted
over 7 years ago
by
Anonymous
108
Comments
Recently, I have seen a bunch of questions asking: "IIS6 runs fine for X amount of time [where X varies from days to weeks] and then all of a sudden, it stops accepting all connections. If I restart/reboot the server, then it is fine again... until X...
David Wang
Why do I lose ASP Session State on IIS6
Posted
over 7 years ago
by
Anonymous
58
Comments
A common, mysterious behavior encountered by ASP applications on IIS6 is the loss of session state. It seems to disappear more often and Session.Timeout seem to be ineffective. Why? Question: I have session.timout set to all day(1440 minutes). ...
David Wang
HOWTO: Use IIsWebFile to Securely Run CGI in /cgi-bin from the root directory
Posted
over 7 years ago
by
Anonymous
8
Comments
One of the least leveraged features of IIS is the IIsWebFile, which can work absolute wonders within the proper configuration, as I will shortly show... Question: Hi I have a CGI script (in perl) in a cgi-bin directory. I want to be able to run...
David Wang
IIS7. Why Global Managed Modules are Disallowed
Posted
over 7 years ago
by
Anonymous
15
Comments
Ok, I have been pretty busy the past 10 days with both work and life, and I have not had a chance to post any blog entries. While I cannot say that I am any less busy now, I definitely have a lot of catchup and posts to make... so here goes. This question...
David Wang
Question about GetServerVariable QUERY_STRING
Posted
over 7 years ago
by
Anonymous
4
Comments
I recently got this question about the behavior of QUERY_STRING values. Unfortunately, server variable values are more a matter of art than science, as I will shortly describe... Question: Hi David, I am having an interesting problem. I have...
David Wang
HOWTO: Provision ASP.Net AppDomains and IIS6 Application Pools
Posted
over 7 years ago
by
Anonymous
17
Comments
This is a frequent source of confusion - how ASP.Net and IIS does application isolation. The key point to remember is that IIS runs native code and thus relies on NT user identity (and thus NT process) for isolation, while ASP.Net runs managed code with...
David Wang
Can ISAPI Filter remove entries from the IIS log file?
Posted
over 7 years ago
by
Anonymous
4
Comments
I recently got this question about how to not log certain requests to the IIS log file. Question: As a hosting provider on several high traffic IIS6 based sites, we see TONS of disk space chewed up by the log entries that reflect our remote monitoring...
Page 1 of 1 (14 items)