MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

MonoX on Windows 8.1 (Closed) (Mono Support )

Viewed 13765 time(s), 9 post(s) 2/27/2014 2:24:26 PMby bainn
bainn

bainn

2/27/2014 2:24:26 PM

Hi all!

After installing monox on windows 8.1 using web installer and opening in webmatrix I can't login using admin/admin. And now I have been locked out saying I should contact mono software. The following is the message:

The following issues have to be resolved before you can proceed:

  • Your account has been locked out because of too many invalid login attempts. Please contact us to have your account unlocked.

I registered another account trying to login to it and had the following message:

The following issues have to be resolved before you can proceed:

  • Your account has not yet been activated. Please activate it via an activation e-mail we sent you. If you didn't get the e-mail, then please try resending it by going to the Activation E-mail Recoverypage. If you can't send or receive the activation e-mail, please contact us.

HELP PLEASE

This content has not been rated yet. 
35 Reputation 5 Total posts
kpeulic

kpeulic

2/27/2014 4:37:53 PM
Hi,

Could you try to connect to the database and open table aspnet_Membership and change the IsLockedOut property for admin user?

Reagrds,
Kruno
This content has not been rated yet. 
1849 Reputation 181 Total posts
bainn

bainn

2/27/2014 4:54:55 PM

Hi Kruno!

Thank you very much indeed.  I am able to login in now.  I will start exploring and if I get stuck I will be back.

Lest I forget, what about the Activation Email Recovery?

Thank you once again.

This content has not been rated yet. 
35 Reputation 5 Total posts
kpeulic

kpeulic

2/28/2014 8:34:00 AM
Hi Bainn,

the Activation Email Recovery couldn't work until you setup your SMTP server in the web.config:
<mailSettings>
  <smtp deliveryMethod="Network">
        <network host="mail.yourdomain.com" />
  </smtp>
</mailSettings>
Regards,
Kruno
This content has not been rated yet. 
1849 Reputation 181 Total posts
bainn

bainn

2/28/2014 12:19:31 PM

Hi Kruno!

When I try to create a new user the following error comes:

This event has been logged and will be addressed by the maintenance department. We appreciate your patience.

To continue working with the application please click here 

the following is mailsettings:

    <mailSettings>
      <smtp deliveryMethod="Network">
        <network host="mail.businessmind.biz" />
      </smtp>
    </mailSettings>
Thank you very much indeed.
This content has not been rated yet. 
35 Reputation 5 Total posts
khorvat

khorvat

2/28/2014 1:19:31 PM
Hi,

you probably have to set your username, password and post for your SMTP server in order to relay your messages. To see exactly what's happening please set custom errors to off and you will see error and stacktrace this way we can pinpoint the issue and have faster turnarounds.

Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts
bainn

bainn

2/28/2014 2:31:32 PM

Hi All

After setting the custom errors to off, the following is the error:

Mailbox unavailable. The server response was: <bainn@msn.com> No such user here

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. 
</br>
</br>Exception Details: System.Net.Mail.SmtpFailedRecipientException: Mailbox unavailable. The server response was: <bainn@msn.com> No such user here

You mentioned username, password and post for my smtp server, where do I make these changes please?

Thank you very much indeed for your prompt responses.

This content has not been rated yet. 
35 Reputation 5 Total posts
kpeulic

kpeulic

2/28/2014 3:44:41 PM
Hi,

Please check the MSDN (http://msdn.microsoft.com/en-us/library/ms164242(v=vs.110).aspx) for more details how to setup the mailSettings.

Regards,
Kruno
This content has not been rated yet. 
1849 Reputation 181 Total posts
bainn

bainn

2/28/2014 5:27:36 PM

Hi All

It has worked now.  Once again, I thank all of you who has made this possible for me.  I hope I will understand and be able to work with it to allow me purchase a licensed version for my site.

Anyway, I will come back when I face new difficulty in learning how to customize it.

Once again, thank you very much indeed.

This content has not been rated yet. 
35 Reputation 5 Total posts