Problem running AJAX web application

Discussion in 'ASP.NET 2.0' started by swat, Dec 28, 2006.

  1. I'm getting the following error: HTTP Error 403.1 - Forbidden: Execute access is denied when trying to access my web application through my Discount ASP.NET hosted website.

    Looking at the Control Panel (at Discount ASP.NET)for IIS, I don't see a way to set execute privledges on the folder. I have enabled Default.aspx as a default page.

    Any suggestions on how to run an AXAJ enabled web application?

    Thanks,

    S Watters
     
  2. Try logging into your dasp control panel and go to Web Applications Tool. Click on the subdirectory your AJAX application resides and uninstall it as an application folder. Give it about a minute and then click on the button again to install it back as an application folder. This typically happens if you have FrontPage Extensions enabled and it sometimes changes the permissions on the folder.
     

Share This Page