Click to See Complete Forum and Search --> : Why can't I execute .aspx in a folder ?


Robert Chu
12-20-2005, 03:57 AM
I have a .aspx file in a directory. I can execute .aspx in other folders. But when I execute it in one specific directory, there is an error happening.

You attemp to execute CGI, ISAPI or other executables in a folder which is not allowed.

Http: 403.1 Forbidden: Execution Access Denied.

takkie
12-20-2005, 01:42 PM
perhaps in IIS, that folder's access security is set to NONE. Try setting ti Script only..

-Tak

Robert Chu
12-22-2005, 12:41 AM
How to set it ?

takkie
12-22-2005, 04:14 PM
go to IIS, right click on the site. and then at the bottom of first tab....there is something called, Script Access....

-Tak