Hi all, I've just moved to Winhost a very old site built with the "Community Starter Kit", an early .net CMS. Does anyone have any idea how I can disable blocking double escapes in Winhosts IIS7? Alternatively, am I able to switch the hosting to IIS6? An example of the page throwing the error is below. http://www.callofguadalupe.org/cog/Members+of+COG+/default.aspx Thanks very much Z
You can change it within your applications web.config file by defining the requestfiltering element. Try looking at this link. http://learn.iis.net/page.aspx/143/use-request-filtering/
Ahh! Thanks Ray! I was looking for something for web.config, but could only find things in machine.config. Thanks for your help