When customizing a template and saving it, on a page something strange happens.
The "\" character is added like this :
Response.Write((rsOrders.Fields.Item(\"OrderID\").Value))
which should remain like it was, without the "\" 's :
Response.Write((rsOrders.Fields.Item("OrderID").Value))
I already delete the "WinFileCache-D06F2AB8.dat" file, but I can not solve this issue.
What could be the problem ?