Well not sure, your not stuck in our queue, here is the email:
Thanks Mike,
I see your missing the
following handlers:
<add
verb="*" path="*.aspx"
type="Mediachase.eCF.Web.Handlers.PageHandler,
Mediachase.eCommerce.WebUtility"></add>
<add
verb="*" path="ajaxpro/*.ashx"
type="AjaxPro.AjaxHandlerFactory, AjaxPro.2"/>
Along with:
<appSettings>
<add key="FCKeditor:UserFilesPath"
value="~/images/assets"/>
</appSettings>
<connectionStrings>
<add name="MembershipSqlConnection" connectionString=""/>
<add name="EcfSqlConnection" connectionString=""/>
<add name="EcfStatSqlConnection" connectionString=""/>
</connectionStrings>
<ajaxNet>
<ajaxSettings>
<urlNamespaceMappings>
<add
type="Mediachase.eCF.PublicStore.SharedModules.ProductRatingModule"
path="ECF"/>
</urlNamespaceMappings>
<jsonConverters>
</jsonConverters>
</ajaxSettings>
</ajaxNet>
Im not sure how your site is
connecting to the database. Is there a second web.config file?
Thank you,
Gary L Cox Jr