The Problem:
I have found a flat-file database script that my company wants installed on their IIS server (6.0) - I have installed it on a unix server and it works fine. However, the IIS server doesn't like it.
I figured out the reason its not working is due to the fact of improper permissions. However, I can't set those permissions in IIS. In unix, a file that should be chmodded to 755 has the permissions of rwxr-xr-x but in IIS I don't have those options. I have tried everything. I have tried right clicking and selecting properties and such, but it just does not work. I have found their is no equivelent to X for eXecutable in those permissions. Also, in unix you have User, Group and World... in IIS you don't.
If it helps, the database is EZDB which you can find at ezperl.com - I would appreciate any and all help.
Thanks
I have found a flat-file database script that my company wants installed on their IIS server (6.0) - I have installed it on a unix server and it works fine. However, the IIS server doesn't like it.
I figured out the reason its not working is due to the fact of improper permissions. However, I can't set those permissions in IIS. In unix, a file that should be chmodded to 755 has the permissions of rwxr-xr-x but in IIS I don't have those options. I have tried everything. I have tried right clicking and selecting properties and such, but it just does not work. I have found their is no equivelent to X for eXecutable in those permissions. Also, in unix you have User, Group and World... in IIS you don't.
If it helps, the database is EZDB which you can find at ezperl.com - I would appreciate any and all help.
Thanks