blah blah blah is here! blah blah » Close

0
votes
1 answers

Prefix all debug messages with timestamp?

I have a large application that has many Debug.WriteLine's in it. In debug builds a file is opened at program startup and a TraceListener is added to the Debug class. I want to alter this program so that all debug lines written to the d ...

2
votes
2 answers

ASP.NET Debugging on the Rackspace Cloud

Codo
84

Can it be done? I've got a small .NET app that works on my workstation as well as my development server...but then doesn't work correctly in the Rackspace Cloud. The old version of the site worked fine...so it must be something in the new l ...

Feedback