Hi,
when I was trying to save large chunk of data to db from silverlight app (one image > 5M or several smaller, but with total size exceeding that value) I got an exception: The remote server returned an exception: NotFound.
As i understand it's a generic reply. I'm using very default with basic ServiceVirtualPathProvider with no silverlight app config and following web.config:
<objectServer>
<clientSettings isDistributed="false" />
<serverSettings allowAnonymousLogin="false" loginManagerRequired="true"/>
</objectServer>
So here comes the questions:
/1/ is there any full silverlight sample with config other than standard one?
/2/ How can i get more details about this error?
Thx in advance