I was using different values for "InstallPath" in Web.config (my web site is on GoDaddy.com):
<dscConfiguration>
<DSC>
<add name="InstallPath" value=""/>
but after placing the order I always get a duplicate for App_Data folder like error messages below show:
Order Processor (OrderConfirmationEmail) failed due to Access to the path 'C:\WP_CC\web\App_Data\App_Data\Templates\dsc' is denied.. [Delayed - Order Under Review]
or:
Order Processor (OrderConfirmationEmail) failed due to Access to the path 'App_Data\App_Data\Templates\dsc' is denied.. [Delayed - Order Under Review] (this message I've got where I updated value="")
Second day cannot resolve this problem. Maybe I should create App_Data\Templates\dsc INSIDE the App_Data folder? It looks silly. What could be done to eliminate the duplication App_Data\App_Data?
Thank you
|