Options

Custom Webserver for Automated Error Reporting

cfs80cfs80 Posts: 2
edited July 29, 2011 5:30AM in SmartAssembly
Hi

We just purchased a license on SA 6 and are now trying to set up a Custom web server for error reporting. We have managed to receive e-mails regarding error reports but haven't received any actual reports to the custom webserver. The webservice is up and running. We have created a folder called saReports on the root of server. When we write the following in webconfig:
<add key="ReportsFolder" value="c:\saReports"/>
We get e-mail but no actual reports in the folder saReports.
We have also tried the following in the webconfig:
<add key="ReportsFolder" value="~\saReports\"/>
but then we receive no e-mail nor a report?
This is the folder attributes (Swedish but you can see the numerical value):
rights.jpg

Please advice.

Brgds
Christian

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello,

    If you get emails and no error reports are getting saved, it's probably a lack of write access for the IIS application pool identity account to the folder where the error reports are saved. (c:\sareports)

    I think we have established that the screenshot is for the FTP access, which is not necessarily the same as the filesystem access if it is enforced by the FTP server's security subsystem.
Sign In or Register to comment.