image does not display.
-
HI My website doesn't display the logo image from when viewing from remote computer. is there a security setting that I need to set it? Thanks, eyungwah.
-
HI My website doesn't display the logo image from when viewing from remote computer. is there a security setting that I need to set it? Thanks, eyungwah.
hi Eyungwah, how are you, do not worry about your problem...just make simple changes as i tell you you will get desired out put on remote server... Remember .. 1. do not give physical path of your Pc in any of (images,pages,url....)...You should write all path with precceding "~/" sign... For example..suppose you want to give path of "myphoto.jpg" from folder "Images" in you project..then simply write src="~/Images/myphoto.jpg"....simple.. apply same trick on each pageurl or imageurl... Bye have a nice day...
Chirag Patel
-
hi Eyungwah, how are you, do not worry about your problem...just make simple changes as i tell you you will get desired out put on remote server... Remember .. 1. do not give physical path of your Pc in any of (images,pages,url....)...You should write all path with precceding "~/" sign... For example..suppose you want to give path of "myphoto.jpg" from folder "Images" in you project..then simply write src="~/Images/myphoto.jpg"....simple.. apply same trick on each pageurl or imageurl... Bye have a nice day...
Chirag Patel
Hi Chirag, Thank you for your replied. I'd tried as you suggested. I'm using VS 2005. On MasterPage.master page, originally I have src="/Images/myphoto.jpg" as soon as I changed to src="~/lab/Images/myphoto.jpg"; the pix disappeared from the Design page of MasterPage.master.