Intermittent redirect to "Invalid Syntax Error" page in ASP.NET application

  • Thread starter Thread starter Geof Birchall
  • Start date Start date
G

Geof Birchall

Folks

I have recently begun to get intermittent redirects to a Invalid Syntax
Error page from my ASP.NET website.

No this is not because I am passing credentials in the address bar, there is
just plain old querystrings. It happens every 5-10 hits on the site.

Can anyone help?

Thanks
Geof
 
Okay

I fixed it myself.

Here is the problem.... a flaw in GZip compression in IIS6 leads to
corruption of some CSS and JS static files. MS recommends turning off GZip
for static files until the next Win2K3 service pack.

So it goes.

Geof
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top