Click to See Complete Forum and Search --> : specify url in app.config


gajesh
May 27th, 2009, 01:19 AM
Hello,
I want to edit an existing app.config file with a modified url. The URL points to an intranet site which fetches list of documents.
If i copy the link from address bar(correct address) and paste in app.config to replace the existing url, i get errors. It says to use ; after some some particular words and if i do so, it says that entity not defined.

The updated URL is like this
http://XYZ/TestSoftware/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__all__&product=Test%3A+Application&content=

And the words are query_format,order, bug_status, product, content.

What to do?

Thanks in advance.

gajesh
May 27th, 2009, 02:25 AM
I got the answer.
The app.config file is just an XML file.
replace certain characters such as & to &