I'm trying to solve a strange problem:
I have a web-based application (ASP). When I run it without a proxy server,
it works fine. When I run it through proxy server (MS WinNT, IIS, Proxy
Server), I get the error "The parameter is incorrect" at various places. The
error doesn't always occur, but when it does occur, it tends to be in the
same places.
One place where it happens is when one of three reports is selected. The
same parameters are passed for all three reports, but with slightly
different values. Two of the reports always work properly, and one works
sometimes. I've been testing to see if ASP session or application variables
are being altered or lost, but I haven't found any evidence of that.
Everything seems ok.
I've talked with other people with whom I work, who have more experience
with Proxy Server than I have, and they say, "It's a proxy server problem."
So... it's become my problem because I won't walk away from it.
Thanks for any help -- suggestions of things to look for, workarounds, etc.
-Peter Stelman
Peter Stelman wrote in message ...