Hi,
In the install guide for the CS2002 Starter Site it says not to unpack
the site to the root of a web site.
Does anyone have any idea why this is the case? I've tried doing this
to see what problems occur, and straight away I get 'Could not get site
address from Commerce Server site configuration' errors when it is
pulling out site resource settings such as host name.
Looking a bit further into this, the SiteConfigurationSettings class
(Microsoft.Solutions.Shared assembly) has a method
GetSiteResourceSetting(string name) that takes the Application Path
from the request and pulls the site name from it. However, this code
doesn't appear to handle the root web scenario properly.
Now, I now how I can get around that but what I'm not sure of is
whether that will just move the root web problem further down into the
application.
If anyone has a better understanding of why unpacking to a root web is
not sup****ted, I'd be grateful to hear from you.
Cheers
Ian