Select to view content in your preferred language

Photo Image failed to be viewed through server while it success in flex

568
2
05-03-2010 12:12 AM
sidneykelvin
Emerging Contributor
I would describe the situation as follows:

- 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

Thanks in advance for any help
Tags (2)
0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
sidneykelvin,

    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.
0 Kudos
sidneykelvin
Emerging Contributor
rscheitlin

It works.

Thanks you very much for your professional support.

Sidney
0 Kudos