C
cesporma
Hello -
I have created a web service using VS.NET 2005 and using the
System.Diagnostics tracing to write to a file. This all works great in
my development environment. Once I publish the web service using the
"Publish Web Site" feature, the deployed web service does not write
traces to the file. It will however, write to the Trace.axd file if I
enable tracing.
To get the project to write to a file, I had to specify the TRACE as a
compiler option in my web.config file.
Anyone have a clue?
I have created a web service using VS.NET 2005 and using the
System.Diagnostics tracing to write to a file. This all works great in
my development environment. Once I publish the web service using the
"Publish Web Site" feature, the deployed web service does not write
traces to the file. It will however, write to the Trace.axd file if I
enable tracing.
To get the project to write to a file, I had to specify the TRACE as a
compiler option in my web.config file.
Anyone have a clue?