Browse by Tags

ASP.NET AJAX and HTTP Handlers: A Cautionary Tale
Monday, October 06, 2008 1:07 PM
For those of you using the ASP.NET AJAX Controls, there is a potential pitfall in how HTTP handlers are managed that can affect your AJAX applications. This issue may take a little bit longer to explain than most, but that’s because it involves a concept probably unfamiliar to most AJAX developers: the concept of HTTP handlers. For background, HTTP handlers are... Read More...
Tip on using Fiddler with cassini and localhost
Wednesday, August 13, 2008 11:03 AM
A lot of us use Fiddler to debug traffic from our applications. Fiddler doesn't work with requests to localhost. When debugging an ASP.NET website, we can always use the machine name instead of localhost. However, when using the ASP.NET development server (aka Cassini), we cannot use the machine name (since Cassini blocks requests other than localhost). We can... Read More...
More Posts