I'm now deploying on a 64bit windows server 2008 box
Why is the following config giving me a 404? I have confirmed the files are there and the IIS server is set up properly.
<?xml version="1.0" encoding="utf-8"?>
<Graphical_Application_Designer_Project>
<Version>1.0</Version>
<Files>
<File path="GetAgentPhone.comp" type="component" />
<File path="Main.flow" type="callflow" pbx_callflow_name="CellsAgent" activation_extension="855" activation_extension_debug="856" />
<File path="MenuOptions.comp" type="component" />
</Files>
<Variables>
<ArrayOfVariable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
</Variables>
<PbxServer>10.123.86.3</PbxServer>
<PbxConfigurationPort>5485</PbxConfigurationPort>
<PbxDeploymentUri>http://10.123.86.3:5484/VAD_Deploy.aspx</PbxDeploymentUri>
<PbxDownloadDebugFilesUri>http://10.123.86.3:5484/VAD_DownloadDebugInfoFile.aspx</PbxDownloadDebugFilesUri>
<PbxGetDebugFileNamesUri>http://10.123.86.3:5484/VAD_GetDebugInfoFileNames.aspx</PbxGetDebugFileNamesUri>
<NextCallflowActivationExtension>854</NextCallflowActivationExtension>
<DebugBuildSuccessful>True</DebugBuildSuccessful>
<ReleaseBuildSuccessful>True</ReleaseBuildSuccessful>
<DebugBuildNumber>80</DebugBuildNumber>
<ReleaseBuildNumber>80</ReleaseBuildNumber>
<ChangedSinceLastDebugBuild>True</ChangedSinceLastDebugBuild>
<LastDeployedConfiguration>Debug Build</LastDeployedConfiguration>
</Graphical_Application_Designer_Project>

