3

i am going to create a website and load a gis map to it.

i am using arcgis 10 and i created a web application in arcgis server 10

i created a new WebSit in visual studio 2010 and add a map resource manager.

add a MapResourceItem for this.

after that add a map control and set MapResourceManager property.

i config ArcGISIdentity too.

but unfortunately when i run application occurs this error

Error processing server request

[SoapException: Error processing server request] System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +4159 System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +328 ESRI.ArcGIS.ADF.ArcGISServer.MapServerProxy.ComputeScale(MapDescription MapDescription, ImageDisplay MapImageDisplay) +117 ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.MapFunctionality.GetScale(Envelope extent, Int32 mapWidth, Int32 mapHeight) +564 ESRI.ArcGIS.ADF.Web.UI.WebControls.Map.get_Scale() +794 ESRI.ArcGIS.ADF.Web.UI.WebControls.Map.setExtent(Envelope value, Boolean addSetExtentCallbackResult) +2556 ESRI.ArcGIS.ADF.Web.UI.WebControls.Map.set_Extent(Envelope value) +39 ESRI.ArcGIS.ADF.Web.UI.WebControls.Map.validatePrimaryMapResource() +2586 ESRI.ArcGIS.ADF.Web.UI.WebControls.Map._OnLoad(EventArgs e) +115 ESRI.ArcGIS.ADF.Web.UI.WebControls.Map.OnLoad(EventArgs e) +37 System.Web.UI.Control.LoadRecursive() +134 System.Web.UI.Control.LoadRecursive() +232 System.Web.UI.Control.LoadRecursive() +232 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3412

Emi
2,4232 gold badges23 silver badges40 bronze badges
asked Oct 5, 2012 at 14:53

1 Answer 1

3

copy your project in inetpub => wwwroot folder.wwwroot folder usually located in (C:\Inetpub\WWWRoot) .then build project

answered Nov 17, 2012 at 12:01

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.