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)
December, 2005
MSDN Blogs
>
David Wang
>
December, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
David Wang
HOWTO: Basics of IIS6 Troubleshooting
Posted
over 6 years ago
by
Anonymous
44
Comments
I recently sat down and thought a little about the typical user experience when troubleshooting IIS6, assuming s/he had little/no IIS context that long-time users have... and the picture did not look so good. Now, I know that IIS7 will make huge improvements...
David Wang
HOWTO: Delete Web Service Extensions that cannot be normally Deleted
Posted
over 7 years ago
by
Anonymous
1
Comments
Question: We installed ServletExec ISAPI for use with ESRI's ArcIMS map server software. We decided to go with Apache Tomcat servlet engine instead and uninstalled ServletExec. However, the Web Service Extension name "ServletExec" still exists, but...
David Wang
IIS and Virtual Server Conversations Part 2
Posted
over 7 years ago
by
Anonymous
0
Comments
Question: I am a 'nuts&bolts' guy - I need to know what kind of nuts and bolts to use for what kind of job, I don't need to know about the philosophy of why the nuts are having their threads inverted. Nuts and bolts have a practical use. I just...
David Wang
IIS and Virtual Server Conversations
Posted
over 7 years ago
by
Anonymous
7
Comments
Question: In preparation to installing Virtual Server, and acknowledging the fact that it needs IIS, I would like to know: Is there any specific setup to perform on the IIS before I configure VS? Or, will it just need to be there? Also, since...
David Wang
Does IIS Forward Requests?
Posted
over 7 years ago
by
Anonymous
2
Comments
Question: Hi, I have situation where I use JRun or Tomcat as servlet container with IIS (5.0 or 6.0). I want IIS to forward the HTTP (Basic) Authorization header that comes with the request via ISAPI-DLL to Tomcat or JRun. That does not work in...
David Wang
Poor ASP Performance on IIS 6.0 in Windows Server 2003 SP1?
Posted
over 7 years ago
by
Anonymous
3
Comments
Question: Hi David, Do you have any idea whatsoever of why ASP output is not buffered and the performance on our IIS 6.0 servers are truly bad? Moreover, the weird part is that this does not happen when you open the "problem pages" locally on the...
David Wang
About w3wp Memory Usage and Any Benefits to Stripping Application Extensions in IIS6?
Posted
over 7 years ago
by
Anonymous
6
Comments
Frequently, users ask about the "footprint for IIS6"... usually in reference to mass-hosting since it affects the number of application pools that can be simultaneously running. I know that users have a common misconception that Microsoft loves propagating...
David Wang
Why IIS6 only loads 49 ISAPI Filters
Posted
over 7 years ago
by
Anonymous
2
Comments
Question: Hi, i have 52 sites in IIS6 running on 1 application pool and im trying to install an ISAPI filter for eache site (each site has it's actual phisycal DLL). the installation works OK but when restarting the IIS only 49 sites work and i...
David Wang
HOWTO: Compile and Use my ISAPI Code Samples
Posted
over 7 years ago
by
Anonymous
38
Comments
Since I get this following question on how to compile/use my ISAPI code examples quite a bit, I wager I should just have a blog post that answers it once and for all. But, come on you guys... I already did the hard part in providing the full compiling...
David Wang
HOWTO: Diagnose one cause of W3SVC failing to start with Win32 Error 193 on 64bit Windows
Posted
over 7 years ago
by
Anonymous
15
Comments
I recently came across an interesting new variation of "failure" related to enabling WOW64 that can happen on IIS6 on 64bit Windows... so I am going to explain what happened and how to fix it. Question: Hi, I ran into an issue with IIS in wow64...
David Wang
How IIS6 Compression Schemes interact with ISAPI Filters
Posted
over 7 years ago
by
Anonymous
1
Comments
Question: Hi we configure IIS6 for HTTP compression for static and dynamic pages. And its priority is high. We wrote one ISAPI filter where I capture body of response. When we send request for dynamic pages like (asp) with Content-Encoding of...
David Wang
DebugDiag - The Saga to RTM, Continued
Posted
over 7 years ago
by
Anonymous
3
Comments
For the past several days, I have spent a lot of time mired in the very bureaucracy that I identified in this blog entry ... all for one reason - to get DebugDiag and the IIS Diagnostics Toolkit integrated and released. Yes, the Windows OOB process...
David Wang
Child URL Execution and SSI #exec, Redux
Posted
over 7 years ago
by
Anonymous
13
Comments
Ok, I now have gotten questions about SSI #exec behavior on IIS6 for both ISAPI (ASP) and CGI (Perl) resources, so here is the consolidation of it all... Question: Hi David, I have searched Google to help me figure out a problem I am having,...
David Wang
The Unofficial IIS Trip to Whistler
Posted
over 7 years ago
by
Anonymous
1
Comments
So, several members of the IIS team are going to be taking an earlier Christmas break and be OOF this weekend. No, we haven't gone "loco" with IIS7... yet. ;-) We are just "unofficially" having various members of the team across all discplines enjoy some...
David Wang
HOWTO: Synchronize User Credentials in IIS
Posted
over 7 years ago
by
Anonymous
12
Comments
Question: Hello, I recently had to modify a domain administrator account on my system and as a result parts of my web site are no longer operational. I keep getting a 401.1 error whenever my web pages attempt to execute a Perl script that dynamically...
David Wang
HOWTO: Redirect the browser to a new URL based on Referer
Posted
over 7 years ago
by
Anonymous
4
Comments
While I do not recommend users to freely write ISAPI Filters and install them on IIS, there are still tasks that favor/require ISAPI Filter... even on IIS6 with HSE_REQ_EXEC_URL. Question: Hello David, I came across your blog several times when...
David Wang
One Year Blog Anniversary
Posted
over 7 years ago
by
Anonymous
2
Comments
Ok, I am a real sucker for all things sentimental, such as Anniversaries. One year ago, I made my first blog post, a huge script code snippet that illustrates some frequently misunderstood concepts. Never mind the fact that it was not until four months...
David Wang
HTTP POST Fails for Anonymous Authentication
Posted
over 7 years ago
by
Anonymous
10
Comments
Question: I have ASP that receives a POST, displays the parameters and performs additional work. Authentication was anonymous (IUSR_<machine>) and also Integrated Windows. Then I turned off Integrated auth (we can discuss reasons for this...
Page 1 of 1 (18 items)