appsettings

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I"m getting an error on the following line during execution stating
something about the server not liking the character <

I have many key variables in my appsettings, but this is the only one not
working..this is the only one though that has a < in the string..obviously
something related to the character < but i don't know what.



any help is appreciated.



<add key="ANIndexUrl" value="<a
href='https://xxx.xxx.com/xxx-umt/faces/AN-UMT/index.jsp'>AN</a>"/>



thanks..
 
Back
Top