Wednesday, March 21, 2012

Ajax and debugging. Is Edit & Continue possible?

Hi!

I'm a newbie in Ajax. I'm using VS2005 and vb.net in AJAX project.

Is it possible to debug and modify the source code (edit & continue).

Because I can't!

Can you help me?

Thx!

Yes if you use ASP.NET WebApplication project instead of a web site project you will be able to use edit and continue. To create a new ASp.NET AJAX web application project you need to have VS 2005 SP1. You can create a new web application from the New Project Dialog.

No comments:

Post a Comment