IE 10 Login Problem 405 Server Error (Cannot login)

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.
10/9/2013 5:28:00 AM
Gravatar
Total Posts 2

IE 10 Login Problem 405 Server Error (Cannot login)

don't know whether is this a bug or not, just want to let you know:

mojo: 2.3.9.0 MySQL
OS: Win Server 2008 SP1
ASP.NET Info v2.0.50727 Running in Full Trust (NET 3.5)

1:submit login form by IE 10 will return "405 - HTTP verb used to access this page is not allowed."
2:submit login form by Chrome, FF  is OK

--------------

Meanwhile,

mojo: 2.3.9.0 MySQL
OS: Win Server 2003
ASP.NET Info v2.0.50727 Running in Full Trust (NET 3.5)

3:submit login form by IE 10 > No problem
4:submit login form by Chrome, FF  is also OK
 

I look behind the browser POST data by fiddler, found the problem string: "POST / HTTP/1.1"
BUT NOT "POST /secure/login.aspx HTTP/1.1"

 

that why i don't know whether is this a bug, or compatible  problem from IE10 or server problem.
i will be glad if u can look into this.

 

10/9/2013 6:27:38 AM
Gravatar
Total Posts 18439

Re: IE 10 Login Problem 405 Server Error (Cannot login)

Is this a new problem on a new site or it just started happening on an existing site?

Have you installed all the .NET service paks and windows updates?

Are there any javascript errors happening on the page? use the browser dev tools to look for script errors in the javascript console

There is no known bug in mojoPortal but there are some known issues with IE 10 and asp.net that are best solved by using .NET 4.5 hosting. I know that MS has fixed the known issues in .NET 4.5 but I'm not sure about .NET 3.5.

It is time to move away from .NET 3.5, we may stop supporting it soon and I've been recommending for a long time for people to move to .NET 4.5 hosting.

 

10/11/2013 3:51:58 AM
Gravatar
Total Posts 2

Re: IE 10 Login Problem 405 Server Error (Cannot login)

THANKS Joe prompt reply

Fixed the problem by following your suggustion:
"installed all the .NET service paks and windows updates" (work well under 3.5)
 

BTW, We upgraded to 4.5 finally, look cool!!!

Thanks again!!

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