I'm running a 2008 R2 server with IIS7.5 and a legacy website that uses classic ASP and a hard coded MS Access database that is not in App_Data. I have everything moved and correctly pulling information from the DB but I can't seem to get write permissions set on the database correctly. I set (through Explorer) file level read/write permissions for IIS_IUSR and IUSR accounts (since i did that though the last 2003 server) but that's not working here. How do i allow writes to the DB?
|
feedback
|
migrated from stackoverflow.com Dec 22 '11 at 17:01
This question came from our site for professional and enthusiast programmers.