-
Posted to
IIS7 - Classic ASP
by
Brian Lee
on
03-06-2007, 9:37 AM
Got our's working... in reverse I found the following worked.
Command: icacls %WINDIR%\serviceprofiles\networkservice\AppData\Local\Temp /grant ''CREATOR OWNER'':(OI)(CI)(IO)(F)
Changed permission on folder with mdb file to IIS_USR to write option.
We're running Vista Business iis7, we can read, write, update our mdb files.
Thanks ...
-
Posted to
IIS7 - Security
by
Brian Lee
on
03-05-2007, 11:47 AM
Bill, is the AppPool a user that need's to have access to the mdb file then?
-
Posted to
IIS7 - Classic ASP
by
Brian Lee
on
03-05-2007, 9:50 AM
Do we need to setup or authorize any permission on the mdb file or folder then?
-
Posted to
IIS7 - Classic ASP
by
Brian Lee
on
03-04-2007, 10:09 PM
Ok, I've confirmed my C:\Windows\System32\inetsrv\config\applicationHost <applicationPoolDefaults> network services are set to false... the C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp folder has the ''CREATOR OWNER'' and ''IUSR'' users. Well, I'am still unable to access my mdb file... did you all did ...
-
Posted to
IIS7 - Classic ASP
by
Brian Lee
on
03-04-2007, 10:07 PM
Ok, I've confirmed my C:\Windows\System32\inetsrv\config\applicationHost <applicationPoolDefaults> network services are set to false... the C:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp folder has the ''CREATOR OWNER'' and ''IUSR'' users. Well, I'am still unable to access my mdb file... did you all did ...