Handling special character in web.config file

  • Thread starter Thread starter Nergock
  • Start date Start date
N

Nergock

Hi,

Does anyone know how to handle special characters like "<" and ">" in
the web.config file? Something like this would cause my app to not
startup.

<add key="SenderEmail" value="John Doe <[email protected]>" />

Thanks,

Ngoc
 
Back
Top