-
Posted to
IIS7 - General
by
keisukeo
on
01-08-2009, 8:33 AM
Thank you for fixing it!
Keisuke
-
Posted to
IIS7 - Extensibility
by
keisukeo
on
12-31-2008, 5:23 PM
Cool! Thank you, Anilr!
Keisuke
-
Posted to
IIS7 - General
by
keisukeo
on
11-21-2008, 10:37 AM
Hi IIS guys,
I found a UTF-8 problem in WebDAV module. Could you take a look and fix this issue? It must be very easy to fix.
Problem Summary
===============
IIS7: WebDAV module cannot handle UTF-8 in MOVE method
Repro Steps
===========
1. Install WebDAV module on IIS7
2. Create a folder named "xyz" under the root ...
-
Posted to
IIS7 - Extensibility
by
keisukeo
on
11-10-2008, 1:33 PM
Thank you, Anil.
So we can expect QFE for this issue?
Regards,
Keisuke
-
Posted to
IIS7 - Extensibility
by
keisukeo
on
11-10-2008, 5:22 AM
Hi all,
I'd like to send HTML contents from ISAPI filter and stop IIS to append an original file contents depending on query strings. How should I do?
Environement
===========
IIS 7.0
ISAPI Filter
Source Code (notification handlers only)
================================
#include <windows.h>
#include <httpfilt.h>
#include ...