J
Jason Shohet
in web.config, I want to have a key in appSettings:
<add key="Url" value="http://gisbox/mypage.htm?action=state&city="/>
But that value doesn't take... I get an error saying it expects a semicolon.
Any idea why? If I just put value = "abc" it works fine.
TY
Jason Shohet
<add key="Url" value="http://gisbox/mypage.htm?action=state&city="/>
But that value doesn't take... I get an error saying it expects a semicolon.
Any idea why? If I just put value = "abc" it works fine.
TY
Jason Shohet