Home     Products      Support      Corporate     Sign In 
Support Knowledge Base, Article 682
Product
FileUp
Version
4 or higher
Title
Error: "Path 'POST' is forbidden" error is received in .NET when attempting to process a "*.uplx" page.
Problem

Error message:
Path 'POST' is forbidden.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Path 'POST' is forbidden.

Solution
This error will occur if the "web.config" (or "machine.config") files were not updated to include the httpHandler associated with the file extension for pages that should be processed with FileUp's ISAPI filter. The config files should include the following httpHandler:

<httpHandlers>
   <add verb="*" path="*.uplx" type="System.Web.UI.PageHandlerFactory" />
</httpHandlers>

For more information on configuring your FileUp application in ASP.NET, please see: http://support.softartisans.com/docs/FileUpV4/prog_g_dotnet.htm
Created : 9/8/2003 2:17:10 PM (last modified : 9/8/2003 2:17:10 PM)
Rate this article!
Comments