S
Sean Carpenter
I'm currently in the process of rewriting a site that uses Classic ASP to
ASP.NET 2.0. The old site uses an ISAPI filter to put a custom
application-defined value in the cs-username field of the IIS log file.
This is then used by a traffic-tracking application to track a user's path
through the site.
Is there any way to populate this field from ASP.NET? I know I could still
use an ISAPI filter, but I'd like to use a managed solution if possible. I
have the application-defined value in the ASP.NET code - I guess I could put
it in a cookie and have IIS log cookies, but that will take some changes to
the traffic application to parse the value out of the cookie instead of just
getting it from the cs-username field.
Thanks for any help,
Sean Carpenter
ASP.NET 2.0. The old site uses an ISAPI filter to put a custom
application-defined value in the cs-username field of the IIS log file.
This is then used by a traffic-tracking application to track a user's path
through the site.
Is there any way to populate this field from ASP.NET? I know I could still
use an ISAPI filter, but I'd like to use a managed solution if possible. I
have the application-defined value in the ASP.NET code - I guess I could put
it in a cookie and have IIS log cookies, but that will take some changes to
the traffic application to parse the value out of the cookie instead of just
getting it from the cs-username field.
Thanks for any help,
Sean Carpenter