Select to view content in your preferred language

Proxy page in .NET?

2364
11
10-07-2013 07:00 AM
ionarawilson1
Deactivated User
If my server is .NET (IIS), do I follow the steps to create a proxy page in ASP.NET or Java/JSP

I am creating a javascript web app, but I am not using Visual Studio to create it, just aptana.

http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/help/jshelp_start.htm#jshelp/...
0 Kudos
11 Replies
RobertScheitlin__GISP
MVP Emeritus

Mandeep,

  1. Have you checked that IIS is running on that machine.
  2. Do you have other web apps on the same machine that are running properly.
  3. Did you setup the "Proxy" folder as an application in IIS (it does not appear so as there is no Web.config file)?
0 Kudos
MandeepKaur
Deactivated User

Robert

1. IIS is running fine.

2. There is one more application where we see all our map services "arcgis" and it is working fine.

3. I tested with Web.config file too but it didn't make any difference. I have kept it now in Proxy folder.

Services hosted on other webapp named arcgis can be seen in http://arcgis01.madisoncty.com/arcgis/rest/services

But I did notice one thing that arcgis application is assigned to ArcGISWebAdaptorAppPool and this adapter is attached to .net v2.0 in Application pools as we have both v2.0 and v4.0 for .net. Does this can create any problem.

Thanks

Mandeep

0 Kudos