HTTP Error 403.1 - Permissions are fixed, what else is wrong?
Posted
by baron
on Stack Overflow
See other posts from Stack Overflow
or by baron
Published on 2010-06-08T03:16:43Z
Indexed on
2010/06/08
3:22 UTC
Read the original article
Hit count: 344
I have developed a HTTP Handler Web Service, and have had it successfully deployed, through testing on other environments i've ran into another problem. This is the error message I receive:
You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed.
HTTP Error 403.1 - Forbidden: Execute access is denied.
Internet Information Services (IIS)
So it is obvious what needs to be fixed, so:
1) Start Internet Information Services (IIS) Manager.
2) Right-click the Web site that contains the SharePoint Web site that you created, and then click Properties.
3) Click the Home Directory tab.
4) Under Application settings, click either Scripts only in the Execute permissions list or Scripts and Executables in the Execute permissions list (as appropriate to your situation). Click OK.
5) Quit IIS Manager.
But I'm still getting the same error. So what else could be wrong?
© Stack Overflow or respective owner