Hi,
I am trying to create a virtual directory and when I browse through a aspx file in the directory, the images are not being displayed. The reason is that the url of the images starts with https, which is wrong. It should start with http://.
Does anyone know how to avoid issuing a https call?
Thanks
I am trying to create a virtual directory and when I browse through a aspx file in the directory, the images are not being displayed. The reason is that the url of the images starts with https, which is wrong. It should start with http://.
Does anyone know how to avoid issuing a https call?
Thanks
Comment