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 15126 time(s), 9 post(s) 27.02.2014 14:24:26by bainn
bainn

bainn

27.02.2014 14:24:26

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

Dieser Inhalt wurde noch nicht bewertet. 
35 Reputation 5 Total posts
kpeulic

kpeulic

27.02.2014 16:37:53
Hi,

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

Reagrds,
Kruno
Dieser Inhalt wurde noch nicht bewertet. 
1849 Reputation 181 Total posts
bainn

bainn

27.02.2014 16:54:55

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.

Dieser Inhalt wurde noch nicht bewertet. 
35 Reputation 5 Total posts
kpeulic

kpeulic

28.02.2014 08:34:00
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
Dieser Inhalt wurde noch nicht bewertet. 
1849 Reputation 181 Total posts
bainn

bainn

28.02.2014 12:19:31

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.
Dieser Inhalt wurde noch nicht bewertet. 
35 Reputation 5 Total posts
khorvat

khorvat

28.02.2014 13:19:31
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
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
bainn

bainn

28.02.2014 14:31:32

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.

Dieser Inhalt wurde noch nicht bewertet. 
35 Reputation 5 Total posts
kpeulic

kpeulic

28.02.2014 15:44:41
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
Dieser Inhalt wurde noch nicht bewertet. 
1849 Reputation 181 Total posts
bainn

bainn

28.02.2014 17:27:36

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.

Dieser Inhalt wurde noch nicht bewertet. 
35 Reputation 5 Total posts