<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Sending large files to DB</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Sending large files to DB</description>
  <pubDate>Mon, 13 Apr 2026 02:26:50 -700</pubDate>
  <lastBuildDate>Fri, 17 Feb 2012 07:45:58 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=3270</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Sending large files to DB : Hi, thx 4 help.It turned out the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3270&amp;PID=12691#12691</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1398" rel="nofollow">macgajos</a><br /><strong>Subject:</strong> 3270<br /><strong>Posted:</strong> 17-Feb-2012 at 7:45am<br /><br />Hi, thx 4 help.<div>It turned out the only thing to be done was to insert that into web.config:</div><div><br></div><div><div>&lt;system.web&gt;</div><div>&nbsp; &nbsp; &lt;compilation debug="true" targetFramework="4.0" /&gt;</div><div>&nbsp; &nbsp; &nbsp; <b><font ="Apple-style-span" color="#0066ff">&lt;httpRuntime maxRequestLength="2147483647"/&gt;</font></b></div><div>&nbsp; &lt;/system.web&gt;</div></div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 17 Feb 2012 07:45:58 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3270&amp;PID=12691#12691</guid>
  </item> 
  <item>
   <title>Sending large files to DB : Hi macgajos,1. Yes we do. Here&amp;#039;s...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3270&amp;PID=12688#12688</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 3270<br /><strong>Posted:</strong> 16-Feb-2012 at 8:02pm<br /><br />Hi macgajos,<div><br></div><div>1. Yes we do. Here's a section where you can learn about different configuration as well as download some samples.&nbsp;<a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/code-samples-c&#111;nfigure-deploy" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/code-samples-configure-deploy</a>.</div><div><br></div><div>And here's a sample where the config is modified to support Push Notification.&nbsp;<a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/code-sample-push-notificati&#111;n" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/code-sample-push-notification</a></div><div><br></div><div>Here,&nbsp;<a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/code-sample-c&#111;nfigurati&#111;n-files" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/code-sample-configuration-files</a>, you can download various samples of config files (Note: full code sample is not available in this section).</div><div><br></div><div>2. Try drilling into the InnerException and see if you can get more info. The DebugLog.xml generated by DevForce is worth taking a look as well.</div><div><br></div><div>Here's a section on how to debug your DevForce app.&nbsp;<a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/debug" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/debug</a></div><div><br></div><div>Hope this helps.</div>]]>
   </description>
   <pubDate>Thu, 16 Feb 2012 20:02:11 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3270&amp;PID=12688#12688</guid>
  </item> 
  <item>
   <title>Sending large files to DB : Hi,when I was trying to save large...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3270&amp;PID=12680#12680</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1398" rel="nofollow">macgajos</a><br /><strong>Subject:</strong> 3270<br /><strong>Posted:</strong> 16-Feb-2012 at 10:10am<br /><br />Hi,<div><div>when I was trying to save large chunk of data to db from silverlight app (one image &gt; 5M or several smaller, but with total size exceeding that value) I got an exception: The remote server returned an exception: NotFound.</div></div><div>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:</div><div><div>&lt;objectServer&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;clientSettings isDistributed="false" /&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;serverSettings allowAnonymousLogin="false" loginManagerRequired="true"/&gt;</div><div>&nbsp; &nbsp; &lt;/objectServer&gt;</div></div><div><br></div><div>So here comes the questions:</div><div>/1/ is there any full silverlight sample with config other than standard one?</div><div>/2/ How can i get more details about this error?</div><div><br></div><div>Thx in advance</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 16 Feb 2012 10:10:58 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3270&amp;PID=12680#12680</guid>
  </item> 
 </channel>
</rss>