Hi,
I am supporting an Application in VS2003 and ASP.NET, in my code it call a https address which is behind a firewall and pass parameters to it and bring back an xml file result.
In DEV and UAT environment it calls a http address and automatically uses port 80 and everthing is fine. however for PRD and when I try localhost to access https address which is behind the firewall, it gets exception and can't connect to that Server However
the same code is already deployed in a PRD Server and is working fine.
Any suggestions? how can I make it work with localhost and https?
Thanks,