Select to view content in your preferred language

Problem in Deploying

2733
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
RobertScheitlin__GISP
MVP Emeritus
Ivan,

   Yes I did forget which forum I was posting to (happens when you answer so many questions in both forums).
I was not suggesting that Mohammed needed esri's support for fiddler or Fire Bug, just that he could use esri's tech support to help with his issue if he was not comfortable using a HTTP request web debugger like fiddler and fire bug... Some times experienced developers like us suggest things that seem overwhelming to beginners (Just what I have noticed over the years of supporting the Flex forums).
0 Kudos
MohammedIsmail
Emerging Contributor
hi

I have installed fiddler and it shows the process which am sending u in screen shot

thanks and regards

Ismail
0 Kudos
MohammedIsmail
Emerging Contributor
hi

it is working fine in debug mode as u can see the attach screen shot

Thanks & regards
Ismail
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Mohammed,

   Are you using urls like "http://10.3.1.160:8099/ArcGIS/rest/services/xxxx/MapServer" or are you attempting to use "http://gisserver/arcgis/rest/services/xxxx/MapServer"? You can not mixed urls. If you are pulling up the app using the ip of the server than the url for all the layers in your app have to use the ip as well.
0 Kudos
MohammedIsmail
Emerging Contributor
<esri:Map id="MyML" width="85%" height="100%" x="10" y="10">
<esri:ArcGISDynamicMapServiceLayer id="myDynamicService" name="{myURL.selectedItem}"
load="myDynamicService.defaultVisibleLayers()"         url="http://gisserver/arcgis/rest/services/raichur/mapserver/" width="100%" height="100%">
</esri:ArcGISDynamicMapServiceLayer>



as u can the url above am using that internally and after putting it on IIS am accessing it with
http:\\localhost:8099\...

is there any way to over come this url problem as u told that both should be same

like we have the url maps.icrisat.org so iwant to access through this

waiting for reply

THANKS
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Mohammed,

   So can you use this url and it returns the REST service page?

http://maps.icrisat.org/arcgis/rest/services/raichur/mapserver/
0 Kudos