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.
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.