Mono Support MonoX on Windows 8.1 (Closed)

Viewed 14350 time(s), 9 post(s), 2/27/2014 2:24:26 PM - by bainn
2/27/2014 2:24:26 PM
35 Reputation 5 Total posts

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

1
2/27/2014 4:37:53 PM
1849 Reputation 181 Total posts

Hi,

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

Reagrds,
Kruno

2
2/27/2014 4:54:55 PM
35 Reputation 5 Total posts

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.

3
2/28/2014 8:34:00 AM
1849 Reputation 181 Total posts

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

4
2/28/2014 12:19:31 PM
35 Reputation 5 Total posts

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.

5
2/28/2014 1:19:31 PM
15993 Reputation 2214 Total posts

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

6
2/28/2014 2:31:32 PM
35 Reputation 5 Total posts

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.

7
2/28/2014 3:44:41 PM
1849 Reputation 181 Total posts

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

8
2/28/2014 5:27:36 PM
35 Reputation 5 Total posts

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.

9
This is a demo site for MonoX. Please visit Mono Software for more info.