Michael Schwarz wrote: > Hi, > > the source code you can download is comming with a VS.NET 2005 project > file, but it should be no problem to create a new library project with > 2003, simply copy&paste all files to the project. > > Why do you want to debug, do you have any problem, error? > > Regards, > Michael > >
Thanks for the reply Michael. I recently took over a project which uses Ajax.NET and this is my first foray into the Ajax world. It's been great so far! I wanted to step through the code to get a better understanding of what is really happening between the point that my Ajax call enters IIS and when the methods I've exposed as AjaxMethods actually gets called. It gets a little trickier as the place where I work prohibits the use of HttpHandlers defined in a web.config file. So the project that I inherited has a couple of tricky hacks in it to make it work (http://blog.lab49.com/?p=198#comments if you are interested). So I'm just trying to understand the whole flow through... Beyond that, the app (which has had various builds in Production for several months now) has started experience lots of random failures over a two day period that we haven't quite found yet and are having a hard time finding information on what was happening. I thought that having a better understanding of this piece would help me to zero in on what the issue may be (it may have been related to some environmental issues on our web farm, not certain yet). Thanks, Jason --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info -~----------~----~----~----~------~----~------~--~---
