We developed a custom web site on top of the CS2002 Starter Site.
When we unpacked the site and run it we got next error (see stack trace
below).
"Could not get site address from Commerce Server site configuration.
Exception Details: Microsoft.Solutions.Framework.FrameworkException: Could
not get site address from Commerce Server site configuration."
After some googling I found similar error:
http://www.kbalertz.com/kb_898460.aspx
But our situation a little bit different from one described in the
article.
We installed site not in the root folder and we have only 1 site on the
server.
Can you help us to solve this issue? Maybe there is someone who saw errors
like this and known how to fix them?
Thanks in advance
-------------------- Detailed Stack Trace
------------------------------------------------
Source Error:
An unhandled exception was generated during the execution of the current
web
request. Information regarding the origin and location of the exception
can
be identified using the exception stack trace below.
Stack Trace:
[FrameworkException: Could not get site address from Commerce Server site
configuration.]
Microsoft.Solutions.Framework.SiteConfigurationSettings.GetSiteResourceSetting(String
name) +601
Microsoft.Solutions.Applications.WickesBrandNewSite.IsRequestURLCorrected(String&
outURL) in c:\inetpub\dev1.mandragora.svrmipt\proto\global.asax.cs:889
Microsoft.Solutions.Applications.WickesBrandNewSite.Application_AuthorizeRequest(Object
sender, EventArgs e) in
c:\inetpub\dev1.mandragora.svrmipt\proto\global.asax.cs:630
[Exception: The site account manager and/or Authentication provider could
not be initialized.]
Microsoft.Solutions.Applications.WickesBrandNewSite.Application_AuthorizeRequest(Object
sender, EventArgs e) in
c:\inetpub\dev1.mandragora.svrmipt\proto\global.asax.cs:677
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
+60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +87