Try this on your web.config file:
               <httpHandlers>
                        <add verb="*" path="*.*" 
type="System.Web.StaticFileHandler"/>
                        <add verb="*" path="*"
type="Castle.MonoRail.Framework.MonoRailHttpHandlerFactory,
Castle.MonoRail.Framework"/>
                </httpHandlers>

This way the StaticFileHandler will have a go first.

Cheers
John

On Feb 12, 6:36 am, eyal <[email protected]> wrote:
> Hi All,
>
> I recently applied url routing. However my view lost all its images.
> All I see on page is the image placement with marked with red X. Any
> idea of how to fix this?
>
> this is how I pull the image to display on page:
>             <img name="Image_$cnt" alt="$Html.HtmlEncode($row.Title)"
> src="../container/images/product_images/thumb$image.FileId"
> border="0"/
>
> Thanks
> Eyal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to