Select to view content in your preferred language

Problem in Deploying

2702
15
06-10-2011 02:30 AM
MohammedIsmail
Emerging Contributor
hi

i want to test my application by putting it on my webserver

i have exported it to release build its not working properly map is not getting displayed

what could be the reason


Thanks
ISmail
Tags (2)
0 Kudos
15 Replies
MohammedIsmail
Emerging Contributor
Hi

My application is working locally but

when tried by putting all the files into IIS root folder it is showing blank

> will it go directly to the location where the map services are present or we have redirect it ...

can anybody tell why its not working
Note:
"i have exported using opion Export -> Release build in adobe flash builder"
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Mohammed,

   Did you then copy the contents of the bin-release folder over to a virtual directory that is setup as an application (for IIS) or a new folder under httpdocs (for Apache)?
0 Kudos
MohammedIsmail
Emerging Contributor
yes i have copied all files that is generated by exporting the application

except the map service files


thanks
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Mohammed,

   Is the ArcGIS Server and the Web server the same machine? If not then you need a crossdomain.xml

http://help.arcgis.com/en/webapi/flex/help/index.html#/Using_crossdomain_xml/017p0000001w000000/
0 Kudos
MohammedIsmail
Emerging Contributor
hi


Both (Flex application  & Arcgis Server )  are on same machine


Thanks & Regards
ISMAIL
0 Kudos
MohammedIsmail
Emerging Contributor
hi

As you told regarding cross domain xml  file i copied it but still am stuck am unable to view map when i browse , rest of the content i can view as you can see in attach screen shot
0 Kudos
IvanBespalov
Frequent Contributor
1 - What about Fiddler2 web debugger for "IE" or Firebug web debugger for "FF"? It gives you a look of all problems you have while sending requests to your ArcGIS server.

2 - What about tracing LayerEvent.load and LayerEvent.loadError events for your map layers?
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Mohammed,

   To add to what Ivan suggests I would call esri tech support as the Flex Viewer is a support covered product.
0 Kudos
IvanBespalov
Frequent Contributor
1 - Robert, here is flex api forum (not flex viewer forum)
2 - You do not need any (Adobe, ESRI, Microsoft) support for it. (Microsoft has a link to fiddler in msdn)
3 - It's not decompiler 😄
4 - It's seems like firebug.png & fiddler.png
5 - It just helps overview browser & application background work - and nothing more.

Good luck.
0 Kudos