|
Re: Web.config: msg#00108windows.devel.dotnet.web
Have you tried escaping the quotation character using another quotation character (seen this work in other languages). -----Original Message----- From: Discussion of building .NET applications targeted for the Web [mailto:DOTNET-WEB@xxxxxxxxxxxxxxxxxxx] On Behalf Of Alex Smotritsky Sent: Tuesday, 21 June 2005 17:08 To: DOTNET-WEB@xxxxxxxxxxxxxxxxxxx Subject: [DOTNET-WEB] Web.config Are there any tags like <CDATA> or something like that, that can be used in Web.config so that if I have a value that contains a double tick (") I can store it in the name or value part of one of the elements? For example: <appSettings> <add key="myKey" value="Ndr5MW"xcwltObc"/> </appSettings> See the " in the middle of the value element? Is there a way to handle that like say: <add key="myKey" value=[CDATA]"Ndr5MW"xcwltObc"[/CDATA]/> =================================== This list is hosted by DevelopMentor(r) http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com Notice: The information contained in this e-mail message and any attached files may be confidential information, and may also be the subject of legal professional privilege. If you are not the intended recipient any use, disclosure or copying of this e-mail is unauthorised. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete all copies of this transmission together with any attachments. =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Web.config: 00108, Krzysztof Kozielczyk |
|---|---|
| Next by Date: | Re: Web.config: 00108, Ayyappan Nair |
| Previous by Thread: | Re: Web.configi: 00108, Krzysztof Kozielczyk |
| Next by Thread: | Re: Web.config: 00108, Ayyappan Nair |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |