Is there a library for sending trackbacks or pingbacks in .Net? I know the code is not that hard to write, but if someone wrote, debugged it and maintains it, I'd rather re-use.

link|improve this question

feedback

2 Answers

Here is an article with full code, if that helps.

http://www.janoserdelyi.com/permalink/article/19.aspx

link|improve this answer
That code is missing the important part of parsing the HTML to get out the RDF snippet with the URL to send the trackback, a non-trivial part of the problem and it also has some important problems like not using the proper urlencode and using regex to parse XML. – J. Pablo Fernández Dec 8 '09 at 14:50
feedback
up vote 0 down vote accepted

My solution was to implement pingback instead of trackback. It took me a fraction of the time to do it (while I never finished trackback). And actually, not many blogs are accepting trackbacks anymore, but they are accepting pingbacks.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.