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.

Register Creation Pbm  (Mono Support )

Viewed 7301 time(s), 3 post(s) 4/23/2014 6:08:17 AMby ravich
ravich

ravich

4/23/2014 6:08:35 AM
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.
This content has not been rated yet. 
21 Reputation 2 Total posts
dbogdan

dbogdan

4/23/2014 7:08:23 AM
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.
This content has not been rated yet. 
231 Reputation 38 Total posts
gstadter

gstadter

4/23/2014 10:19:15 AM
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>
Rated 5.00, 1 vote(s). 
669 Reputation 67 Total posts