Smarter Stats reporting twice as many hits on .asmx file

Discussion in 'ASP.NET WebServices' started by Bruce, Jan 27, 2009.

  1. Bruce

    Bruce DiscountASP.NET Staff

    smarterstats basically gets the data from the http log file (which I am sure is 100% accurate).

    I recommend enabling raw log and examine the log to see the page is being access twice.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  2. Hi ,

    I have a web service up and running OK. I have my own logging to an mssql db which creates a record each time a method on the service is called. However when I check up the stats on Smarter Stats I get almost exactly twice as many hits reported on the .asmx file as I have records in my database for any given period of time.

    Is there a reason for this, or is the asmx file being hit twice for each call for some reason?

    Could this be a coding issue in the underlying .vb file which is linked to the .asmx?

    I am asking as doubling the traffic to the asmx file is a significant amount of extra traffic.

    Thanks to anyone who can help explain this.

    Doxasta
     

Share This Page