Debug .NET Portlets in Real Time
We talked about trace.axd as a debugging solution, but often it’s even easier to step through your code as it runs. When doing regular .NET application development, the browser connects directly to the .NET application and allows you to step through the code in real time, watching variables, etc. The problem is, when you’re doing [...]