can't put a url into the value of a key in appSettings (web.config)

  • Thread starter Thread starter Jason Shohet
  • Start date Start date
Jason,

Try this instead:

<add key="Url" value="http://gisbox/mypage.htm?action=state&amp;city="/>

Any URLs that you put here must be URL encoded.


Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
 
Back
Top