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.

Mono X on azure website  (Mono Support )

34237 put(a) pogledan, 12 odgovor(a) 18.3.2015. 17:01:05Kreirao(la) rkulkarni
rkulkarni

rkulkarni

20.3.2015. 10:52:55
Re-started the website. It is working now! Thank you.
Ovaj sadržaj još nije ocijenjen. 
46 Reputacija 7 Ukupno objava
rkulkarni

rkulkarni

18.3.2015. 17:01:05
I have deployed Mono X on an Azure website. User sign up is not working. Please suggest a solution.

Thanks
Rahul
Ovaj sadržaj još nije ocijenjen. 
46 Reputacija 7 Ukupno objava
khorvat

khorvat

18.3.2015. 22:05:44
Can you please let us know if you have deployed to VMs or WebRoles ?

Thanks
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava
rkulkarni

rkulkarni

18.3.2015. 22:49:48
Neither web role nor the VM, I have used Azure Websites.
Ovaj sadržaj još nije ocijenjen. 
46 Reputacija 7 Ukupno objava
vzakanj

vzakanj

19.3.2015. 14:35:00
Hi rkulkarni,
can you please state which version of MonoX is in question here.

Thanks,
Vedran
Ovaj sadržaj još nije ocijenjen. 
345 Reputacija 61 Ukupno objava
rkulkarni

rkulkarni

19.3.2015. 14:45:41
MonoX v4.9.40.4906
DB v4.7.3842

This is the default version when i deploy MonoX using Create Azure Website wizard. 
Screenshot attached.
Ovaj sadržaj još nije ocijenjen. 
46 Reputacija 7 Ukupno objava
vzakanj

vzakanj

19.3.2015. 15:03:13
Have you checked the MonoX logs, located in MonoX\ApplicationData\Logs ?

If the problem is not obvious there, please post the logs here.

Regards,
Vedran
Ovaj sadržaj još nije ocijenjen. 
345 Reputacija 61 Ukupno objava
rkulkarni

rkulkarni

19.3.2015. 16:06:54
I have not checked the logs yet. This is a template provided on Azure.
Isn't it expected to work??
Ovaj sadržaj još nije ocijenjen. 
46 Reputacija 7 Ukupno objava
vzakanj

vzakanj

19.3.2015. 16:11:09
It could be failing for reasons like bad/missing SMTP configuration and similar. Check the logs for specific details.

Regards,
Vedran
Ovaj sadržaj još nije ocijenjen. 
345 Reputacija 61 Ukupno objava
rkulkarni

rkulkarni

20.3.2015. 8:34:30
Okay, i had a look at the logs. The request is timing out. 

2015-03-20 08:33:20,127 [52] ERROR MonoX [115.113.11.220] - Error
System.ApplicationException: An uexpected error has occured while sending you an activation e-mail. Your account has been successfully created but you can't login until you activate it via activation e-mail. To resend your activation e-mail please go to the <a href="/Membership/ActivationEmailRecovery.aspx">Activation e-mail recovery</a> page. If the problem persists, please contact us. ---> System.ApplicationException: An error has occured while sending you an e-mail. Please try again, if the problem persists, please contact us. ---> System.Net.Mail.SmtpException: The operation has timed out.
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at MonoSoftware.Core.Mail.MailSender.SendMail(MailMessage mailMsg)
--- End of inner exception stack trace ---
at MonoSoftware.MonoX.Mail.MonoXMailSender.SendMail(MailMessage mailMsg)
at MonoSoftware.Core.Mail.MailSender.SendMail(MailAddress fromAddress, String toAddress, String title, String htmlContent, String plainContent)
at MonoSoftware.Core.Mail.MailSender.SendMail(String toAddress, String title, String htmlContent, String plainContent)
at MonoSoftware.MonoX.ModuleGallery.MembershipEditor.#Jp(Object sender, EventArgs e)
--- End of inner exception stack trace ---
at MonoSoftware.MonoX.ModuleGallery.MembershipEditor.#Jp(Object sender, EventArgs e)
at MonoSoftware.MonoX.Controls.StyledButton.OnClick(Object sender, EventArgs e)
at MonoSoftware.MonoX.Controls.StyledButton.#Ho(Object sender, EventArgs e)
at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e)
at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
2015-03-20 08:33:20,502 [52] ERROR MonoX [BaseHttpApplication] - Application Error
System.Web.HttpException (0x80004005): Request timed out.
Ovaj sadržaj još nije ocijenjen. 
46 Reputacija 7 Ukupno objava
rkulkarni

rkulkarni

20.3.2015. 8:42:26
Here's my SMTP configuration

<smtp deliveryMethod="Network" from="*****">
      <network host="smtp.yahoo.com" userName="******" password="****" port="587" enableSsl="true" defaultCredentials="false" />
 </smtp>
Ovaj sadržaj još nije ocijenjen. 
46 Reputacija 7 Ukupno objava
1 2