LinkModule's "X" Button

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
7/4/2009 6:26:42 PM
Gravatar
Total Posts 59

LinkModule's "X" Button

OS: Winxp
DB: Sqlite
Version:2.3.1.0

 

Hi, Joe

When Add A Link Feature to the home.aspx, then Select "Show Delete Icon?" setting in links setttings.

Then, there is a "X" button behind every link. but the "X" button post to the "/" page of the site, because the

<form> tag is as below:

<form id="aspnetForm" action="http://localhost:60941/" method="post" _events="[object Object]" _initialAction="http://localhost:60941/">

So, When click the "X" button. then occurs below errors:

///////////////////////////////////////////////////////////

Server Error in '/' Application.
The HTTP verb POST used to access path '/' is not allowed.
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: The HTTP verb POST used to access path '/' is not allowed.

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): The HTTP verb POST used to access path '/' is not allowed.]
System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) +2871146
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8674594
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155


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

//////////////////////////////////////////////////////////
 

Thanks!

 

7/5/2009 6:11:08 AM
Gravatar
Total Posts 18439

Re: LinkModule's "X" Button

Hi mjohn,

I can produce this problem using the VS web server but not in IIS so its really not a bug in production installations as far as I know. However the stange thing for me is even though I get this error in VS web server, when I view the source of the page I see the form as <form method="post" action="default.aspx" id="aspnetForm"> which should be fine but still the error happens. I do not know why it would render differently on your machine.

Best,

Joe 

7/5/2009 8:02:29 PM
Gravatar
Total Posts 59

Re: LinkModule's "X" Button

Hi, Joe

    You are right, I can't produce this problem in IIS too, so maybe it is VS web server's error.
 

You must sign in to post in the forums. This thread is closed to new posts.