sumitd:
Sorry but Iam not using Server.Transfer to navigate to an image?! Iam using it to navigate to another page.as following:
Server.Transfer("~/Services/notification.aspx");
The images are in usercontrol in the master page.with a path: "../Images/home.gif"
I have copied the whole images folder to the folder Services which made images appears in the pages that exist in the folder "Services/technical"