I am working with windows azure table storage. I am trying to implement a insertorreplace operation on the tablestorage table. Like this:
http://www.windowsazure.com/en-us/develop/net/how-to-guides/table-services/#insert-or-replace-entity
It´s working fine when i have small string value to retrieve from the table but when i have long string values i get this error.
"The remote server returned an error: (414) Request-URI Too Long."
I gave googled it but i dont understand what it means. The best explanation i found is this: http://www.checkupdown.com/status/E414.html
Can someone help me understand this problem?