Question : Running Classic ASP with IIS7

Okay, I'm having a problem with my classic ASP scripts under IIS7. Just to provide pre-info:

1) I have installed Classic ASP support
2) Active Server Pages is set to enabled under "ISAPI and CGI-Restrictions"
3) I have added an ISAPI handler mapping for *.asp underneath the folder that contains my asp scripts

When the asp scripts run I get an error claiming that my script isn't allowed due to restictions imposed by ISAPI and CGI Restrictions. The problem is this, if I added an allow statement under the ISAPI and CGI Restrictions section, I think the script will run, however I can't do this because my application dynamically creates and runs these ASP files in various subfolders underneath my cgi-bin.

I'm really not sure how I can allow these scripts to run.

Answer : Running Classic ASP with IIS7

>> however I can't do this because my application dynamically creates and runs these ASP files in various subfolders underneath my cgi-bin.

that should still be OK, since the permissions will normally be inhertited up the dir structure.

Cheers.
Random Solutions  
 
programming4us programming4us