|
| Access to the path is denied when calling StreamWriter from aspx to dynamicaly create asp files. how to enable this in the web.config? |
|
|
|
|
| Messages |
|
Related Types |
This message was discovered on microsoft.public.dotnet.security.
| Daniel |
Access to the path is denied when calling StreamWriter from aspx to dynamicaly create asp files. how to enable this in the web.config?
|
|
|
| |
|
| |
| |
| Paul Clement |
On Wed, 8 Sep 2004 18:05:15 -0700, "Daniel" <Click here to reveal e-mail address> wrote:
¤ Access to the path is denied when calling StreamWriter from aspx to ¤ dynamicaly create asp files. how to enable this in the web.config? ¤
I don't know what level of authentication you are using for your web app, or whether you are using impersonation, but you must provide sufficient access to the folder or folders where the files are being referenced. The permissions may apply to the ASPNET account, IUSR_<MACHINE_NAME> account or specific user accounts depending upon the web application authentication implemented.
Paul ~~~ Click here to reveal e-mail address Microsoft MVP (Visual Basic)
|
|
|
| |
|
| |
|
|
|
|
|
|
|
|
BootFX
Reliable and powerful .NET application framework. |
|
|
|
|
|
|