P
paladin
We have a strange situation where some of the referring URL's are
missing from our log files. This is on .NET application on IIS 6.0.
Here is what is happening:
Page a.aspx has a form that POST's to a.aspx. If there are errors with
the form information, then a.aspx is displayed with an error message to
the user.
If all the information is correct then it is redirected
(response.redirect) - GET to page b.aspx. In this GET to b.aspx (and
only in the GET by redirect), the referring URL is not being saved in
IIS log files.
Does anyone have any ideas on how we can fix this?
Thanks
missing from our log files. This is on .NET application on IIS 6.0.
Here is what is happening:
Page a.aspx has a form that POST's to a.aspx. If there are errors with
the form information, then a.aspx is displayed with an error message to
the user.
If all the information is correct then it is redirected
(response.redirect) - GET to page b.aspx. In this GET to b.aspx (and
only in the GET by redirect), the referring URL is not being saved in
IIS log files.
Does anyone have any ideas on how we can fix this?
Thanks