I run my ASP.NET web applications on my local machine. Using Visual
Studio.NET, you can step through the code line-by-line as in a desktop
application. You tell Visual Studio which page to use as the Start-up Page,
and it loads an instance of Internet Explorer starting at that page.

--
James J. Foster, DotNetCoders
[url]http://www.dotnetcoders.com[/url]

"Onur Bozkurt" <destek@atmbilgi.com> wrote in message
news:%23I%239RmNYDHA.2328@TK2MSFTNGP12.phx.gbl...
> What is the best way to debug asp.net applications..? Is there a step by
> step method like in a desktop application...?
>
>