Reputation: 1100
I tried to add this value but it is giving me the error
<add key="RssFeedURL" value="http://www.example.com/?cat=11&feed=rss2"/>
Upvotes: 2
Views: 1354
Reputation: 1038890
You could encode it:
<add key="RssFeedURL" value="http://www.example.com/?cat=11&feed=rss2"/>
Upvotes: 6