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 8390 time(s), 3 post(s) 23.04.2014 06:08:17by ravich
ravich

ravich

23.04.2014 06:08:35
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.
Dieser Inhalt wurde noch nicht bewertet. 
21 Reputation 2 Total posts
dbogdan

dbogdan

23.04.2014 07:08:23
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.
Dieser Inhalt wurde noch nicht bewertet. 
231 Reputation 38 Total posts
gstadter

gstadter

23.04.2014 10:19:15
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>
Bewertet mit 5,00, 1 Besucher. 
669 Reputation 67 Total posts