Virtual Folders and File Permissions on 64 bit Server 2003
Posted: Mon Aug 20, 2007 5:35 pm
Our installer targets Windows XP at a minimum, but normally we will be deploying on 64-bit Windows Server 2003 R2 machines. At the beginning of the script I have determined the OS/Machine type and set the appropriate 64 bit or 32 bit install mode.
All the files are installed in the right places, and custom actions performed flawlessly, but I'm having trouble with IIS and folder permissions.
Before creating the virtual folder, I'm using Set Read Permissions on the physical folder that the new virtual folder points at ($TARGETDIR$\\WebService). On my XP box this works fine. On the 64-bit Server 2003 R2 box, nothing happens.
Then I create a Virtual Folder with a new app pool in IIS, setting the site index to 1 to get the default web site. Again, this works fine on my 32-bit XP box, but on the 64 bit Server 2003 R2 box, nothing happens.
Can anyone suggest what I need to do to make this work?
Thanks.
All the files are installed in the right places, and custom actions performed flawlessly, but I'm having trouble with IIS and folder permissions.
Before creating the virtual folder, I'm using Set Read Permissions on the physical folder that the new virtual folder points at ($TARGETDIR$\\WebService). On my XP box this works fine. On the 64-bit Server 2003 R2 box, nothing happens.
Then I create a Virtual Folder with a new app pool in IIS, setting the site index to 1 to get the default web site. Again, this works fine on my 32-bit XP box, but on the 64 bit Server 2003 R2 box, nothing happens.
Can anyone suggest what I need to do to make this work?
Thanks.