I have application with two components, mobile application (e.g. iPad, android tab) as front-end and web application as back-end.
Whatever data transfer happens at mobile application is through different web services written in ,asmx page in my web application.
Now in one of my web services I send email notification to client. In that email I need to provide my backend login page URL link to user. So user can access back end application using his/her laptop using that link. If user clicks that link, it should take him to web application login page.
How can I get that URL link in web service?
So suppose this is my web application login page URL,
http://IP address of web server/TestApplication/Login.aspx.
So how can I get this link in web service?