Hi all
Can anyone tell me the best way to set permissions to allow an ASP
program to write new Html pages to my site's root folder, without
chancing users also being able to write to the root. One ISP told me
this couldn't be done - is IIS really that limited?
I want to be able to suggest to my ISP (based on any advice you can
give) how they should set the permissions to allow a sensible folder
structure -
/mycreatedpage1. htm
/mycreatedpage2. htm ( generated from, say - )
/myfolderwithwri tepermssions/mypagegenerator .asp
At the moment, I have to place the newly created pages in the same
'writeable' folder as the 'creator page', like below, which is crap,
/myfolderwithwri tepermssions/mypagegenerator .asp
/myfolderwithwri tepermssions/mycreatedpage1. htm
/myfolderwithwri tepermssions/mycreatedpage2. htm
Many thanks in advance
Kenny
Can anyone tell me the best way to set permissions to allow an ASP
program to write new Html pages to my site's root folder, without
chancing users also being able to write to the root. One ISP told me
this couldn't be done - is IIS really that limited?
I want to be able to suggest to my ISP (based on any advice you can
give) how they should set the permissions to allow a sensible folder
structure -
/mycreatedpage1. htm
/mycreatedpage2. htm ( generated from, say - )
/myfolderwithwri tepermssions/mypagegenerator .asp
At the moment, I have to place the newly created pages in the same
'writeable' folder as the 'creator page', like below, which is crap,
/myfolderwithwri tepermssions/mypagegenerator .asp
/myfolderwithwri tepermssions/mycreatedpage1. htm
/myfolderwithwri tepermssions/mycreatedpage2. htm
Many thanks in advance
Kenny
Comment