I have successfully programmed the browser plugin on my local development box and everything is working as it should. However, when I move it to my test server SR cannot find "get_shipment_xml.ashx".
Unable to download shipment XML file from "http://172.25.1.10/ShipRushCRM/get_shipment_xml.ashx?OrderNumber=1013&SID=NwGkWlp QlJLqxsmtRSQ". 151: Internal Server Error
I am pretty sure the issue is that this module is no longer running at the root of the server as it was on the local programming machine. The reason I think this is the case is that I left SR's default.aspx (from the developer tools server modules - csharp project) file in the production app and it opens, but it has the same issue when it tries to find the "get_shipment_xml.ashx". Both the default.aspx and the "get_shipment_xml.ashx" files are physically located in the same directory.
I have the code setup in a separate application on IIS and in a virtual directory. I have a parameter built into the web config file that allows me to add the virtual directory name to the calling XML and it is properly picking it up.
Fiddler tracks the call to your program and it is successful. However, it does not see the call back to the "get_shipment_xml.ashx".
Again, I am at a loss for what is going on. Can you point me in the right direction?
Thanks
Unable to download shipment XML file from "http://172.25.1.10/ShipRushCRM/get_shipment_xml.ashx?OrderNumber=1013&SID=NwGkWlp QlJLqxsmtRSQ". 151: Internal Server Error
I am pretty sure the issue is that this module is no longer running at the root of the server as it was on the local programming machine. The reason I think this is the case is that I left SR's default.aspx (from the developer tools server modules - csharp project) file in the production app and it opens, but it has the same issue when it tries to find the "get_shipment_xml.ashx". Both the default.aspx and the "get_shipment_xml.ashx" files are physically located in the same directory.
I have the code setup in a separate application on IIS and in a virtual directory. I have a parameter built into the web config file that allows me to add the virtual directory name to the calling XML and it is properly picking it up.
Fiddler tracks the call to your program and it is successful. However, it does not see the call back to the "get_shipment_xml.ashx".
Again, I am at a loss for what is going on. Can you point me in the right direction?
Thanks