Running the ASP.Net report writer tries to write a config file?

When using Fast Reports to create a report on our ASP.Net web cluster we get the following error:

Access to the path 'C:\Documents and Settings\Default User\Local Settings\Application Data\FastReport\' is denied.

The problem we are having is that the filesystem is read-only for ASP.Net. Is there some way to suppress it so that FastReports won't try to write out a config file? The config file it creates has pointless data in it anyway for a server.

Comments

  • pinbotpinbot Texas
    edited 7:29AM

    Hey Jordan,

    I haven't been on here in ages.

    In case you haven't found the solution yet, you need to set a property:


    FastReport.Utils.Config.WebMode=true;


    That will prevent it from trying to read that file.


    Bryan

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.