For further explanation of what I'm talking about here, please see this post.
I'm almost done with the Feed Format Translator web service. Currently, I have it running on my local box, but I'm having trouble moving the webservice up to my web server, which is hosted at webhosting4life.com. I tried setting a web application and a subdomain, then had my web.config have customErrors mode=”Off”, but it didn't help, so I can't seem to get information about the error it is having. Frankly, I've not too much experience elevating asp.net application, since the majority of what I write are components and winform apps.
Here's the URL for the test harness, maybe someone would want to help me. http://feedtranslator.coreyhaines.com/feedtranslatortest.htm
The code is very brute force right now, doing a straight translation between my RSS feed and my ATOM feed from dasBlog. I'm planning on getting down and dirty with the specs, themselves, and writing a more generic mapper. But, that is for later.