M
Manish Songar via .NET 247
(Type your message here)
I am using asp.net. I am not storing image in sql server.I storeall the image in one folder. I want to access image from thatfolder to my client machine. Images folder (\Data_Image) storein the same place into the application root (server machine)like c:\inetpub\wwwroot\mywebapp\Data_Image. I am using repetercontrol for show images. I already use server.Mappath but stillwhen I run my application on client machine it still look forthe image on client machine itself.
can anybody solve my problem.
I am using asp.net. I am not storing image in sql server.I storeall the image in one folder. I want to access image from thatfolder to my client machine. Images folder (\Data_Image) storein the same place into the application root (server machine)like c:\inetpub\wwwroot\mywebapp\Data_Image. I am using repetercontrol for show images. I already use server.Mappath but stillwhen I run my application on client machine it still look forthe image on client machine itself.
can anybody solve my problem.