Hi to all, to get some images' path server side i use HttpContext.Current.Request.ApplicationPath to build up a correct path.
It works on the production environment, but it gets resolved as "/" on the developement / debug server provided by VS2008. Any Help?