Just release Like iframe on ASP.Net
<iframe src="http://www.facebook.com/plugins/like.php? href=<% =Server.UrlEncode(Request.Url.ToString()).ToString() %> &layout=standard&show_faces=true&width=450&action=like &colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
notification <% =Server.UrlEncode(Request.Url.ToString()).ToString() %> this forces you, as a plugin, to link to any page that you have on your website.
source share