Configuration(s)
-
Hi, I've just developed a new ConfigurationSection that is supposed to handle the following configuration: html.]]> However, an exception is thrown and the following message is indicated: The configuration section cannot contain a CDATA or text element. How am I supposed to solve this problem? Configurations: - ASP.NET 2.0 - VS2005 Any help would be highly appreciated, Cheers, Mehdi Mousavi - Software Architect [ http://mehdi.biz ]
-
Hi, I've just developed a new ConfigurationSection that is supposed to handle the following configuration: html.]]> However, an exception is thrown and the following message is indicated: The configuration section cannot contain a CDATA or text element. How am I supposed to solve this problem? Configurations: - ASP.NET 2.0 - VS2005 Any help would be highly appreciated, Cheers, Mehdi Mousavi - Software Architect [ http://mehdi.biz ]
Sorry, here's the configuration section in question: html.]]> Mehdi Mousavi - Software Architect [ http://mehdi.biz ]
-
Sorry, here's the configuration section in question: html.]]> Mehdi Mousavi - Software Architect [ http://mehdi.biz ]
Use XML entities. (< for <, > for >, etc.) -------- "I say no to drugs, but they don't listen." - Marilyn Manson -- modified at 10:19 Wednesday 1st March, 2006