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.

User not getting created   (Mono Support )

Viewed 18246 time(s), 10 post(s) 2/1/2012 7:28:47 AMby sachinkaulgud
sachinkaulgud

sachinkaulgud

2/1/2012 7:28:47 AM


User not getting created

Showing Unexpected Error !
This content has not been rated yet. 
69 Reputation 9 Total posts
imarusic

imarusic

2/1/2012 8:12:15 AM
Hi,

can you please give us more details on that issue? Where does it happen? Front end during the registration, or in the back end in administration pane?

Regards.
This content has not been rated yet. 
3016 Reputation 428 Total posts
imarusic

imarusic

2/1/2012 8:15:36 AM
Also, can you check the MonoX logs(/MonoX/ApplicationData/Logs/[yyyy-mm-dd]_MonoX.log) for the errors?
This content has not been rated yet. 
3016 Reputation 428 Total posts
sachinkaulgud

sachinkaulgud

2/1/2012 10:39:05 AM
Hi Ivan

Thanks for the response
I found this issue while registration from my own site (i.e i installed monox on my Server)

Also i found following error in log

System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it.

Thanks
sachin
This content has not been rated yet. 
69 Reputation 9 Total posts
imarusic

imarusic

2/1/2012 10:49:58 AM
Hi,

So you have successfully installed MonoX, opened it in web browser and tried to register some user and got an error?

Regards.
This content has not been rated yet. 
3016 Reputation 428 Total posts
denis

denis

2/1/2012 12:14:36 PM
This could be the issue with your mail server settings. Look for the following section in the web.config and change the mail server name to your local mail server.

<system.net>
  <mailSettings>
    <smtp deliveryMethod="Network" >
      <network host="mail.mono.hr"  />
    </smtp>
  </mailSettings>
</system.net>

This content has not been rated yet. 
7207 Reputation 956 Total posts
sachinkaulgud

sachinkaulgud

2/2/2012 10:21:37 AM
yes Ivan

got an error when i successfully installed Monox and tried to create user

Now i also modified the Mail settings in Web.Config file

But it is still not working

Thanks
This content has not been rated yet. 
69 Reputation 9 Total posts
imarusic

imarusic

2/2/2012 10:56:07 AM
Hi,

Can you please send us a screenshot of that error so we can investigate it further?

Regards.
This content has not been rated yet. 
3016 Reputation 428 Total posts
sachinkaulgud

sachinkaulgud

2/2/2012 11:30:08 AM
Sure

Evan , attached is the screenshot
How can i get the source code for sending email , Do i have to purchase the License for the same?

The error is due to ssl connection may , but in out one of the applcation we ebnabled the ssl connection through code and we could send the ,mail
But here as i do not have the code , i am not able to proceed.

Thanks
sachin
This content has not been rated yet. 
69 Reputation 9 Total posts
khorvat

khorvat

2/2/2012 12:27:48 PM
Hi,

to get to the bottom of this we will need an error log files from the MonoX, you can find them in the /MonoX/ApplicationData/Logs/*.log location, please attache them this this thread so we can check the exact errors that you get.

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