monkeymagic2222
Technical User
Hi,
I have recently created several web applications that require write access to folders on the web server (e.g. one program creates pdf's from user entered data, the other creates log files). These both work well on my development machine but as soon as I publish to our web server (Windows 2003 IIS 6) we hit permissions issues.
What is the best practice for giving web applications write access to folders. I have read conflicting advice from forums that say to give the Network Service account write access to the required folders but I am worried if this has any security implications. The other alternative I have looked at is getting my system admin to create a user in Active Directory that only has write access to specific folders then impersonating that user in the webpage?
Any advice would be greatly appreciated!
I have recently created several web applications that require write access to folders on the web server (e.g. one program creates pdf's from user entered data, the other creates log files). These both work well on my development machine but as soon as I publish to our web server (Windows 2003 IIS 6) we hit permissions issues.
What is the best practice for giving web applications write access to folders. I have read conflicting advice from forums that say to give the Network Service account write access to the required folders but I am worried if this has any security implications. The other alternative I have looked at is getting my system admin to create a user in Active Directory that only has write access to specific folders then impersonating that user in the webpage?
Any advice would be greatly appreciated!