Re: How to store attachments in SQL Database

  •  06-25-2007, 12:58 AM

    Re: How to store attachments in SQL Database

    Hi all,

    as no replies found here I checked the code on my own. I found that the translator from c# to vb.net caused the problems. After playing around with the downfile.aspx.vb I found a configuration where opening uploaded documents works fine! :-) If anyone is interested here is my current DownFile.aspx.vb.

    So as a wrap up regarding my previous posting 30737

    1. Is it possible to avoid giving access to C:\Windows\Temp for Everyone? No problem on my local machine, but on the server I would like to avoid it.
    2. Image Preview works fine now.
    3. Embedding images works fine now.
    4. This problem does not appear anymore but there is still a problem with my application crashing some times with "Permission denied". I'll open a seperate thread as soon as I got some more details about it.
    Kind regards
    Kai

    .net Framework 4.0 / ASP.net / VB / CuteEditor 6.7 / SQL 2005
View Complete Thread