Results 1 to 1 of 1
-
01-06-2011, 12:15 PM #1
- Join Date
- Apr 2008
- Location
- Boston, USA
- Posts
- 13,176
- Thanks
- 744
- Thanked 701 Times in 550 Posts
- Blog Entries
- 4
- Feedback Score
- 4 (100%)
HTTP Error 403.1 - Forbidden: Execute access is denied - IIS
HTTP Error 403.1 - Forbidden: Execute access is denied - IIS
In cases you have asp pages on your website but you get this error when you try to view the page on the browser. If you are getting this error there are two things to check.
Make sure that you have allowed Scripts to execute on your website.
To do that:
- Open up IIS Manager
- Go to the Home Directory tab
- Under Execute Permissions set one of Scripts Only or Scripts and Executables.
- Click Apply
If that didnt resolve your problem its also likely that you need to enable web service extensions for .ASP and .ASPX on your IIS.
To do that:
- Open up IIS Manager
- You will see a folder called Web Service Extensions, Click on it
- Click on Active Server Pages, if you see that prohibited on the status column, click on Allow button.
- Click on Asp .Net (whatever version you use for website), if you see that prohibited on the status column, click on Allow button.
When you try to set Allow permission you may get error like this one:
System.Web.HttpException: The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Tem porary ASP.NET Files'.
If you get this error set Network Service account modify permission on the "Framework" folder and let the permissions be inherited by its child folders.Free Classified Ads & BUSINESS/PROFESSIONAL SOCIAL NETWORK
Similar Threads
-
HTTP 500 internal server error
By Abina in forum ColdFusionReplies: 1Last Post: 01-31-2010, 10:49 AM -
Why are these forbidden?
By mastermind in forum Search Engine OptimizationReplies: 10Last Post: 05-09-2009, 04:59 AM -
553 sorry, your mail was administratively denied
By manik in forum ASPReplies: 1Last Post: 01-30-2009, 10:36 PM -
An application error occurred on the server Error at GoDaddy.com
By manik in forum Web HostingReplies: 15Last Post: 12-23-2008, 04:20 AM -
Man shoots himself in arm after being denied sex
By manik in forum General TalkReplies: 2Last Post: 10-06-2008, 05:12 AM


Reply With Quote

