This is a straight forward problem in DFCM 4.5 (recently downloaded) - inserting images in pages using Insert/Edit Image doesn't work.


Easy to recreate, create a page and insert an image. When you preview the website, the image isn't displayed.


This problem also manifests itself by not showing any images in an existing website upgraded to 4.5.


In the editor, inserting an image gives the foillowing source:


<img src="../../Include/FileStreaming.asp?FileId=28" alt="Apple iPod nano" title="Apple iPod nano" imageid="@img_28@" _resizeonserver_="@1@" style="width: 300px; height: 328px; border: 0px solid rgb(0, 0, 0); margin: 0px;" />


Which produces:


<img src="http://localhost/MyWebsite/Include/FileStreaming.asp.asp?FileId=28&amp;Thumbnail=1&am p;MaxWidth=300&amp;MaxHeight=328&amp;Style=6&amp;R andom=74648" alt="Apple iPod nano" title="Apple iPod nano" _resizeonserver_="@1@" style="width: 300px; height: 328px; border: 0px solid rgb(0, 0, 0); margin: 0px;">


On the rendered page - note the "FileStreaming.asp.asp".