Hi,
Initially the files were stored only in file system. I checked also database option, I have restarted the application, add another document but the same problem: "Failed to load resource: the server responded with a status of 404 (Not Found)".
This is the code from one of my transformations, is a simple transformation for an image slider, that works well before:
<li> <a href="<%# Eval("ImageLink") %>"> <img src="<%# GetFileUrl("ImageSlide") %>" alt="<%# Eval("ImageAlternateText") %>" /> </a> </li>
After I created the document I can see the image preview with for example this link "/CMSPages/GetFile.aspx?guid=c8c96afd-00c7-429e-be9a-f6acc0c8d1bd&chset=e0ae4e1c-4392-4c5a-8d59-a2786001b6fe" but in the repeater this link : "<img src="/getattachment/c8c96afd-00c7-429e-be9a-f6acc0c8d1bd/New" alt="33">" doesn't work.
Thanks,
Andrei