[mapguide-users] Re: EXAMPLE: Serving MapTiles directly

Pietro Ianniello pietro.ianniello at gmail.com
Fri Feb 26 04:50:32 EST 2010


Try this too [important!]:

remove [line 228]
context.Response.Buffer = false;

and substitute it with:
context.Response.BufferOutput = true;

There are many discussion about this option. Reading posts on ASP.NET forum
seems this should be the correct value.
context.Response.Buffer is just a property to set BufferOutput. So we use
directly BufferOutput.

P.I.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapguide-users/attachments/20100226/11a6407e/attachment.html


More information about the mapguide-users mailing list