Q: I have a commerce site that is behind a proxy server Its internal URL is EVSSD, (which is the computer name) and the external URL is 'www.dev01.mysystems.com'.
The site configuration file, site.csc stores this URL and supplies the URL to subsequent links in navigating the store.
If I specify the URL formatting in Commerce Host Administration for my store as EVSSD, all the store links work only from inside the firewall. When someone who accesses the site from outside the firewall tries to follow a store link, the URL starts off with the internal name of the site (Instead of 'www.dev01.mystsems.com/store', one gets 'evssd/store'. Because the internal name EVSSD is not resolvable, the user gets an error.
If I specify the URL formatting in Commerce Host Administration for my store as www.dev01.mysystems.com, all the store links work only from outside the firewall. When someone who accesses the site from inside the firewall tries to follow a store link, the URL starts off with the external name of the site (Instead of 'evssd/store', one gets 'www.dev01.mystsems.com/store'.
How do I specify the URL formatting in Commerce Host Administration for my store so that all store links work as expectedregardless of whether a user accesses the site from inside or outside the proxy server?
A: This is actually an issue with Proxy, not Commerce. You should setup
commerce host admin with the external name 'www.dev01.mysystems.com'
On your internal browsers, do the following:
View | Internet Options | Security | Local Intranet Zone | Add Sites |
Advanced
Put http://www.dev01.mysystems.com and https://www.dev01.mysystems.com into
the list of internal web sites.
After performing these steps, your browser will no longer forward requests
for these sites to the proxy server. Keep in mind that the way your client
determines if a site is internal/external is simply by checking for a '.'
character in the URL. If the URL contains a period, it forwards the request
to the Proxy server even if it is an internal site. By adding the sites to
the exclusion list, you will be able to get to it internally.
In this article, Shiva Manjunath shows us how to configure Site Server Direct Mailer, create test members and distribution lists, create template emails, and finally, create and run a Direct Mailer package to send the personalized emails to the target members. [Read This Article][Top]
This article written by Dina Berry explains how to add simple credit card validation to a pipeline in your Commerce site. The article shows you how to create the pipeline, how to add the pipeline to your ASP code and how to debug the pipeline. [Read This Article][Top]