• Viernes 19 de Abril de 2024, 10:49

Mostrar Mensajes

Esta sección te permite ver todos los posts escritos por este usuario. Ten en cuenta que sólo puedes ver los posts escritos en zonas a las que tienes acceso en este momento.


Mensajes - jatloui

Páginas: [1]
1
ASP .NET / Configuración de ASP.Net ImageUrl de Asphostportal
« en: Miércoles 10 de Agosto de 2016, 03:57 »
I have a website that is a subdomain within one of my ASPHostPortal accounts. within this website I have an image folder with images. Within my ASP.Net code I am trying to dynamically load an image into an ASP Image control from this folder using

Código: [Seleccionar]
filepath = "~/images/PL880L.png";

imagectl.ImageUrl = Server.MapPath(filepath);

The path that is being returned is correct however, the image is not being loaded. The image DOES exist and the folder and the subdomain both have read write permissions set.

What could be the problem?

Páginas: [1]