Dear Sir,
Sir i have code for sending email. it is working in local host fine and exactly, but the same code is not working for (otherthan local host) internet. can anybody please help me out in this.i need explanation that why it is not working in internet and also if you can please help me out.
Jenith ThakkarPosted Aug 10, 2018, 7:25 AM
When you did your code that time it work in developement environment which is localhost so it will be in your local System.
So for use this functionality in from mobile or any other device you need to first deploy this on server or IIS
After Deploy it to IIS. you can easily access it using URL
Are you getting my point?
SWAMY YTPosted Aug 11, 2018, 7:24 AM
SWAMY YTPosted Aug 11, 2018, 6:21 AM
Jenith ThakkarPosted Aug 11, 2018, 4:20 AM
SWAMY YTPosted Aug 11, 2018, 1:30 AM
SWAMY YTPosted Aug 10, 2018, 7:32 AM
SWAMY YTPosted Aug 10, 2018, 7:22 AM
Jenith ThakkarPosted Aug 10, 2018, 7:16 AM
SWAMY YTPosted Aug 10, 2018, 7:15 AM
SWAMY YTPosted Aug 10, 2018, 7:10 AM
Jenith ThakkarPosted Aug 10, 2018, 7:02 AM
SWAMY YTPosted Aug 10, 2018, 6:46 AM
Jenith ThakkarPosted Aug 10, 2018, 6:37 AM
SWAMY YTPosted Aug 10, 2018, 6:30 AM
Jenith ThakkarPosted Aug 10, 2018, 4:05 AM
SWAMY YTPosted Aug 10, 2018, 3:38 AM
Jenith ThakkarPosted Aug 10, 2018, 3:28 AM
in
http://localhost:2214/ChangePassword.aspx?uid=" + UniqueId
if you want to use this on another End point Then you need to set that Endpoint in place of this
SWAMY YTPosted Aug 10, 2018, 3:25 AM
");
"); sbEmailBody.Append("http://localhost:2214/ChangePassword.aspx?uid=" + UniqueId);
");
Jenith ThakkarPosted Aug 10, 2018, 2:45 AM