[Mono-list] ASP.NET App breaks with Mono 0.30

Gonzalo Paniagua Javier gonzalo@ximian.com
Wed, 25 Feb 2004 10:46:49 +0100


El mié, 25-02-2004 a las 00:50, Tracy Barlow escribió:
> >/ System.TypeLoadException: Cannot load type 
> />/ 'Mono.Http.AcceptEncodingModule, Mono.Http'
> /
> Remove the references to Mono.Http from web.config or use
> 'Mono.Http.Modules.AcceptEncodingModule'. That Type moved to another
> namespace.
> 
> What does this Type do?

It compresses the response if the browser sends a 'Accept-Encoding:
gzip' header.

> I was not to the best of my knowlwdge using it before, none of my code
>  uses the Mono.Http namespace, so why did it work before?

It should work now too, but you didn't update web.config from current
xsp, so the namespace change is not there.

-Gonzalo