hi,
I have configure python to work over CGI on iis,
I got the script to work, but on top of it working relay slow , I keep getting some extra information when executing arcpy functions.
for example:
arcpy.FeatureClassToGeodatabase_conversion(Input_Features, msurvey_rashutnew_sde)
returns
\\serverName\SurveyData\Survey_Template_3.gdb\PNT_TMP_3 Successfully converted: \\serverName\PythonApp\msurvey@rashutnew.sde\PNT_TMP_3
so my script returns "invalid haderes".
is there another way to run python with arcpay on web page ?
thanks
iris