when running my app on my development machine as a 2 tier app, where does the following statement get written. It is located in my remote server method.
DebugFns.WriteLine("remote server method starting " + DateTime.Now);
i checked my debug log in the bin directory of the app and the log stops at the call to find the remote server method.
i checked my bin directory of my web app and nothing is written there.