i m passing URl from web config where i need to write
Example :: URL=http://www.google.co.in/search?hl=en&rlz=1R2SKPB_enIN332&ei=yktESuLfIIbg7APpquQj&sa=X&spell=1
if i write this url in web.config file i m getting in valid URL.
How to go about it?
Make sure it is written using proper Xml encoding (which, amont other things, will replace all '&' characters with '&
').
This should work well:
<add key="uri" value="http://www.google.co.in/search?hl=en&rlz=1R2SKPB_enIN332&ei=yktESuLfIIbg7APpquQj&sa=X&spell=1" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With