Hi all,
I know this might be a novice question... but hope someone can educate me regarding this issue:
OK 1st let me describe my background abit, we are using ASP.Net work on Windows 2003 IIS as our mdium to host the content.
how we refer our image file and user control is using relative url, example if we have a folder to host the content called "contents" and another to host the image files called "pictures" and both of them are one level under the application root directory
+wwroot (folder)
+myweb (folder)
+contents (folder)
+category (folder)
-index.aspx
+pictures (folder)
+category (folder)
-header.jpg
so in my presentation template, I code the picture reference url as following:
[html]

[/html]
I didnt use the url mapping done by IWProxy, because for some reason, it cause the .Net application error on TeamSite preview. so I tried the relative path, it works fine, and we decide to go with that.
but when I enable Visual annotate, I found that the review screen do not render the image properly, then I check the source code and found that the Visual Annotate is actually render the page from other folder, which eventually cause the relative path doesn't work. and I provided the image captured during original preview and Visual Annotate preview.

Picture 1: the original preview screen

Picture 2: the visual annotate screen
Can annyone please provide help on this. Thanks in advance
Regards,
waikong