Locked[FAQ]No http handler was found for request type 'POST'

Author
TigerLady
Starting Member
2009/06/29 19:09:15 (permalink)

No http handler was found for request type 'POST'

well i finally got past some ip issues with Windows 2008 however, now when i go to create a user i get this.  I tried to change the application from integrated to classic but that was worse.  has anyone else had this issue.  these are band new machines.

Server Error in '/' Application.

No http handler was found for request type 'POST'

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: No http handler was found for request type 'POST'

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:

[HttpException (0x80004005): No http handler was found for request type 'POST']
System.Web.HttpApplication.MapIntegratedHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig, Boolean convertNativeStaticFileModule) +529
System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) +947

[HttpException (0x80004005): Error executing child request for AddProfile.aspx.]
System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) +4121570
System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm) +77
System.Web.HttpServerUtility.Transfer(String path) +41
HostingController.UserManager.AddUser.btnAddAccount_ServerClick(Object sender, EventArgs e) +4097
System.Web.UI.HtmlControls.HtmlInputButton.OnServerClick(EventArgs e) +115
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981


Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3074

#1

2 Replies Related Threads

    patrick
    Premium Member
    Re:No http handler was found for request type 'POST' 2009/06/30 04:10:07 (permalink)
    I'm using win2k8 64 bit with HC without any trouble.

    Check your IIS if it is running in 32 or 64 bit mode ?   because hc support 64 bit iis mode on 64 bit machine.
    #2
    TigerLady
    Starting Member
    Re:No http handler was found for request type 'POST' 2009/06/30 08:00:56 (permalink)
    yes it is i finally figured i had to set the app pool to classic.
    #3
    Jump to: