Mono Support Register Creation Pbm 

Viewed 8135 time(s), 3 post(s), 4/23/2014 6:08:17 AM - by ravich
4/23/2014 6:08:35 AM
21 Reputation 2 Total posts

hi

Can any one help me

how to register in web site.



new member is registering

that time the member details getting saving.

after save showing error message.

find attachment file getting that error.

1
4/23/2014 7:08:23 AM
231 Reputation 38 Total posts

Hi Ravich,

you have to set up your own SMTP server in order to be able to send emails. You can see procedure on this link: http://msdn.microsoft.com/en-us/library/8b83ac7t.aspx 

In addition, you will need to change <mailsettings> in the web.config, and change <network host="{your mail server domain}">. (http://msdn.microsoft.com/en-us/library/ms164240(v=vs.110).aspx)

After that you will be able to get activation email and successfully activate your account. After successful activation, you will be able to login.

2
4/23/2014 10:19:15 AM
669 Reputation 67 Total posts

err IS rather self-explaitory.   IIS cannot get an IP address for the mail server you specified from DNS service.
1)sure that you have no typing errors?
2)sure the IIS server can communicate with DNS server?
3)sure DNS record exists for specified mail host on the DNS server that IIS is trying to reach?
4)proxy issue in browser/VS?
5)try adding.... ?
<system.net>
<defaultProxy enabled="true" useDefaultCredentials="true">
</defaultProxy>
</system.net>

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