Skip to content

Chris Love's Official ASP.NET Blog
Syndicate content
Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Updated: 4 hours 11 min ago

Turn on WCF Tracing for WCF Troubleshooting

Thu, 09/02/2010 - 14:06
Yesterday I posted an entry on dealing with larger result sets that cause Fidder to create a ReadResponse() failed error . In that post I mentioned I turned on WCF Tracing to help debug the problem. This is a setting that when turned on causes the WCF...(read more)
Categories: Blogs

ReadResponse() failed: The server did not return a response for this request.

Thu, 09/02/2010 - 04:01
If you have found this Blog entry most likely you are seeing this response in Fiddler . It is accompanied by an HTTP status code of 504. ReadResponse() failed: The server did not return a response for this request is not very helpful and in fact fairly...(read more)
Categories: Blogs

Setting Up An Outlook E-Mail Account

Fri, 08/06/2010 - 19:11
If you normally read this blog you may be wondering why I am posting it, trust me it needs to be done. Setting up an e-mail account in Outlook is one of the simplest tasks to do on the Internet. First open Microsoft Outlook, next open the tools menu as...(read more)
Categories: Blogs

Introducing SO-Aware, the WCF Management Tool Everyone Needs

Wed, 07/28/2010 - 14:54
Today is the day, Tellago Studios officially launches with our first software offering, SO-Aware.SO-Aware is a RESTful WCF Registry solution. So what does that mean? In short SO-Aware is a web based WCF management tool that also does monitoring and automated...(read more)
Categories: Blogs

A Custom jQuery Selector to Retrieve Labels for Inputs

Wed, 07/28/2010 - 00:30
This afternoon @DamienGuard asked how to select labels that are associated with input elements. I think I have an answer for him, or at least something that should be able to get him on the right track. If not, oh well its still pretty neat. One of the...(read more)
Categories: Blogs

Intro To WebMatrix: Create a Contact Form Part 4 Adding A Master Page

Thu, 07/15/2010 - 13:29
In my three previous posts about using the Microsoft WebMatrix tool I showed how to create a form, add database interactivity and automated E-Mail functionality. Today I want to start making the site take a more usable form by adding a site layout. Create...(read more)
Categories: Blogs

Why I Love Working for Tellago

Thu, 07/15/2010 - 10:31
Last November I made the decision to join Tellago full-time. I was recruited by my friend Don Demsak for about 4-5 months before joining. It meant doing a lot of travel and essentially relocating to a South Florida the majority of time, a place I had...(read more)
Categories: Blogs

Intro To WebMatrix: Create a Contact Form Part 3 Adding E-Mail Support

Mon, 07/12/2010 - 14:01
This is the third in a series of posts on using the new ASP.NET WebMatrix tool. Today we are going to add automated E-Mail functionality. Again the Html Helpers make this a very easy task. Creating the Contact Form Adding Database Storage Continuing where...(read more)
Categories: Blogs