Debugging in Live Environment

  • Thread starter Thread starter Robin
  • Start date Start date
R

Robin

What is the best way to debug an ASP.Net application in a live environment
where VS.Net can not be installed?
 
The best way is NOT to debug an ASP.Net application in a live environment.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
 
the best approach is to have extensive logging (tracing) built into your
apps.

-- bruce (sqlwork.com)


| What is the best way to debug an ASP.Net application in a live environment
| where VS.Net can not be installed?
|
|
 
What is the best method of logging from a system that is based on multiple
load balanced web servers?
 
Back
Top