- one tiled map published - one dynamic map with layer containing object id published - folder containing images of which the points in the dynamic map link to was prepared and shared in the folder server\inetpub\wwwroot\image_folder
run in flex - identify points in the dynamic map - successful - list of attribute of the point in IdentifyWidget - successful - link to the image and view in the InfoPopup - successful - no problem found in flex
after Export Release Build - i copied the whole folder bin-release to server\inetpub\wwwroot\bin-release - run http://server/bin-release/index.html
- identify points in the dynamic map - successful - list of attribute of the point in IdentifyWidget - successful - link to the image and view in the InfoPopup - failed
Does the link field in the dynamic map service contain a fully qualified URL (i.e. my gis server machine name is calhalgisXX and the fully qualified url that resolves to that machine for the public is gis.calhouncounty.org)? So you could be doing a few things incorrectly 1. if you are using a actual path like c:\servername\inetpub\wwwroot\image_folder\picturex.jpg or 2. if you are using a url like http://calhalgisXX/image_folder/picturex.jpg and not http://gis.calhouncounty.org/image_folder/picturex.jpg. Also check in IIS to ensure that read permission is available for the image_folder.