Trace web service

Discussion in 'ASP.NET WebServices' started by strazz, May 22, 2008.

  1. I have a very simple .asmx on my account and it's not using WSE 3 or anything like that... It works great but someone is having a problem connecting to it and wants a trace. My understanding is that the trace will show the actual request and let me see the headers, contents, etc. so I can what is messing up their request. What are my options on Discountasp.net for viewing this information? Is there a setting somewhere that will just write traces to a file?

    I seem to be finding things that have to do with WSE 3.0 and some sort of tracing feature it has. Does Discountasp.net support that? (I know it supports WSE 3.0 but I mean the tracing output to a file) Thank you I'm just a little lost at the moment...
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    wse 3.0 is supported on iis6 but not iis7. Not sure which platform you are on.


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. I'm on IIS6.
     
  4. If I set my trace flags like in that URL I set above, will it write to those files? I'm probably going to sign up for a new account just to test this out because I dont want the WSE 3.0 stuff to break what I already have.
     
  5. What is the error that your user is getting? There could be a simpler solution than doing a trace.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     
  6. Hey thanks for the reply it's actually all figured out I had someone calling it wrong... thanks.
     

Share This Page