Date:  06/15/2006 05:31:24 AM Msg ID:  002980
From:  Brent Roberts Thread:  002980
Subject:  FoxWeb compliance with standards?
 I have a ASP.NET web page that is interfacing to a FoxWeb script. Starting with ASP.NET 2.0, I am now getting this error message from the ASP interpreter, regardless of the FoxWeb script being called:

The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF


From what I can tell, ASP.NET 2.0 is now enforcing more stringent header tests, and this might be an issue with how FoxWeb is sending content back to the web server. Microsoft support suggested making inquiries about compliance with RFC 822 and 2616.

Any help you can give would be appreciated.

Thanks.