|
Installation
> Security Considerations
Security Considerations
In ASP, ExcelWriter executes in the context of the IUSR_MACHINENAME
(the default anonymous user account) or an authenticated user account.
When an ExcelWriter application opens an existing spreadsheet - either
using ExcelTemplate
or ExcelApplication.Open
- the IUSR_MACHINENAME account or the authenticated
user account must have Read access to this spreadsheet.
If you want to save a generated Excel file on the Web server (rather than stream it
to the browser), the IUSR_MACHINENAME
account or the authenticated user account must have Write access to the
directory in which the file will be saved.

Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.
|