I am developing a site in asp.net mvc 2.0 .Here i want to send the url link to the user email on user registration.I want to send the url format in such a way that if user clicks on that link it will take him to the index page of user module where he can enter his user name and password and login to the user module.
Please tell me how to do it or give me the links of these type of posts.
Thanks in advance,
You could use the UrlHelper.Action method: