EEE Login Errors

From EnablerWiki

Jump to: navigation, search

Created: 02 February 2009. Last Reviewed: 02 February 2009


EEE Login Errors


If you attempt to login to EEE and you successfully get the login page, but when you enter your username and password you get a “The page cannot be found” screen.


This is most likely caused by .NET3.5 being installed on the server. A small incompatibility with EEE causes this error and prevents logins. This has been fixed in EEE 1.40.7 and later.


To fix on prior versions of EEE, do the following:-


  1. Edit the ulogin.aspx and on the <form> tag remove the "action" attribute.e.g.      <form id="frmulogin" action="frmulogin" method="post" runat="server"> becomes    <form id="frmulogin" method="post" runat="server">
  2. The same change also needs to be made in EnablerManualLogin.aspx and EnablerManualClose.aspx.
  3. The above files are located in \inetpub\wwwroot\eee\securities
Personal tools