Posted to
IIS7 - Known Issues and Workarounds
by
alex_r
on
10-31-2007, 8:41 AM
Hi
I'm trying to use HttpRequest.AppendToLog function in my ASP.Net project. It works under iis6, and does the expected thing. However under iis7 on windows vista i don't get any result.
Here is a code for the test page:
<%@ Page Language="C#" AutoEventWireup="true" %>
<% ...