Re: Access to the path is denied when calling StreamWriter from aspx to dynamicaly create asp files. how to enable this in the web.config?
From: Paul Clement (UseAdddressAtEndofMessage_at_swspectrum.com)
Date: 09/10/04
- Previous message: opianeta: "Re: Best practices"
- In reply to: 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?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 10 Sep 2004 10:44:02 -0500
On Wed, 8 Sep 2004 18:05:15 -0700, "Daniel" <softwareengineer98037@yahoo.com> 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 ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
- Previous message: opianeta: "Re: Best practices"
- In reply to: 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?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|