CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2009
    Posts
    3

    Mission Critical HTTP Header issue - wew think?!

    Hi All,

    This is my first post so please be gentle. I am not a developer, but have a good understanding of technology and servers.

    Anyway, we are having some major issues with sales tracking with our bespoke tracking solution. Effectively we're missing about 60% of the sales that we should be recording. There are also issues with some of the pages on the site that are giving some bugs to our partners. We think these issues are all realted to the HTTP header codes that are getting added to each page we serve, or a more underlying issue with the way the server is setup.

    Background -

    MS Server 2008
    SQL 2008
    application - ASP.NET 3.5

    Problem -

    When trying to access this page through another application we get a huge number of errors and does not load. As you can see it is simply just a text file and should be easily read, however something is wrong -

    http://tracking.onefeed.co.uk/export..._babysmart.txt

    When putting this url into here we get an object error-

    http://oyoy.eu/page/headers/Default.aspx

    also

    http://gsitecrawler.com/tools/Server-Status.aspx



    These site both display error messages that only happen on this url - http://tracking.onefeed.co.uk

    Does anyone have any idea what might be causing the problem. I hope it's a very simple fix.

    Please help me!

    Rich

  2. #2
    Join Date
    Mar 2009
    Posts
    3

    Re: Mission Critical HTTP Header issue - wew think?!

    Apparently the error of teh text file page throws up thsi -

    "The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF"

    Do i need to make changes to my webconfig file?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured