I got a problem using MSIB with Commerce Server 2002.
I need my Commerce Server 2002 site (a MSIB2.5 based
site) to be accessed from and outside the LAN.
The site behaves OK when I access it using the netbios machine name from
itself or from the local LAN: http://MachineName:8082/SiteName
I can add many products to the cart by clicking different links (inside
AddToCart.aspx page, from http://MachineName:8082/SiteName/AddToCart.aspx
url) and display this cart in
http://MachineName:8082/SiteName/ShowCart.aspx.
However, when I browse the site from outside with IP public address:
http://w.x.y.z:8082/SiteName,
I can still add item to cart from
AddToCart.aspx, but when I try to display it
(http://w.x.y.z:8082/SiteName/ShowCart.aspx),
cart is always empty. No
exception is thrown. When I try to add an item several times by clicking
links from AddToCart.aspx, it only adds the item the first time click
(first
page load). Cart is never incremented in this scenario.
I have configured CS 2002's redirection Nonsecure host name values in
Commerce Server Manager with w.x.y.z:8082/SiteName.
I think the problem is to see with MSIB's built-in redirection.
How can I make the cart working in the two ways ?