Browse by Tags
All Tags »
Web Services »
ASP.NET (
RSS)
Sorry, but there are no more tags available to filter with.
During these "vacation" days I studied the Tracing capabilities for a web application (both in ASP.NET 1.1 and 1.2 ). The solution is pretty simple, ASP.NET doesn't works on System.Diagnostics.Trace class but on System.Web.TraceContext . Then, if you...
I continued my tests without much success. I rolledback to FX1.1 and create a basic web service: <%@ WebService Language=C# Class=Util %> using System; using System.Web.Services; [WebService(Namespace="urn:pierre")] public class Util : WebService...
Today I'm playing with december VS 2005 CTP and I'm trouble. I don't know why the tracing isn't working (I'm sure I'm missing something...too much italian wine and food during Christmas's day). So, I started adding the following code to my web.config...
More Posts