Mono Support User not getting created  

Viewed 19438 time(s), 10 post(s), 2/1/2012 7:28:47 AM - by sachinkaulgud
2/1/2012 7:28:47 AM
69 Reputation 9 Total posts



User not getting created

Showing Unexpected Error !

1
2/1/2012 8:12:15 AM
3016 Reputation 428 Total posts

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.

2
2/1/2012 8:15:36 AM
3016 Reputation 428 Total posts

Also, can you check the MonoX logs(/MonoX/ApplicationData/Logs/[yyyy-mm-dd]_MonoX.log) for the errors?

3
2/1/2012 10:39:05 AM
69 Reputation 9 Total posts

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

4
2/1/2012 10:49:58 AM
3016 Reputation 428 Total posts

Hi,

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

Regards.

5
2/1/2012 12:14:36 PM
7207 Reputation 956 Total posts

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>

6
2/2/2012 10:21:37 AM
69 Reputation 9 Total posts

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

7
2/2/2012 10:56:07 AM
3016 Reputation 428 Total posts

Hi,

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

Regards.

8
2/2/2012 11:30:08 AM
69 Reputation 9 Total posts

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

9
2/2/2012 12:27:48 PM
15993 Reputation 2214 Total posts

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

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