Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Errors codes in the IIS Log File

Errors codes in the IIS Log File

Scheduled Pinned Locked Moved ASP.NET
helptutorialcsharpjavascriptsysadmin
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    aymen hassine
    wrote on last edited by
    #1

    I am building a web site using some specific controls (I purchased them). When i tried to make some performances tests on my application with the .net apllication test center, i found a lot of errors with code 404. So i went to my log file (made by the IIS on my machine) and i founded many lines like these : ... 08:50:06 127.0.0.1 GET /ig_common/WebNavigator31/None 404 08:50:06 127.0.0.1 GET /ig_common/WebNavigator31/None 404 ... 08:56:40 127.0.0.1 GET /Syges/Contrat/Contrat/dummy.htm 404 08:56:40 127.0.0.1 GET /Syges/Contrat/Contrat/dummy.htm 404 ... 08:56:47 127.0.0.1 GET /ig_common/weblistbar2/roundedorangeExplorer.gif 500 08:56:47 127.0.0.1 GET /ig_common/weblistbar2/roundedorangeExplorer.gif 304 ... 08:57:07 127.0.0.1 GET /ig_common/WebGrid3/ig_WebGrid_dom.js 304 08:57:07 127.0.0.1 GET /ig_common/WebGrid3/ig_WebGrid_ie.js 304 08:57:07 127.0.0.1 GET /ig_common/WebGrid3/ig_WebGrid_ie6.js 304 08:57:07 127.0.0.1 GET /ig_common/WebGrid3/ig_WebGrid.js 304 ... So please, specially for the lines with "404" as error code, could anyone explain to me what did happened in the server exactly and how to fix it (I tried to learn more about that and i found that it means a non found component, an image for example), but in my source code, i searched for these words "dummy","none"... and i did not find them, they are not called anywhere, i couldnt know where they are used in my application. Any other infos about the other errors are also very welcome. thanks in advance for helping me.

    T H 2 Replies Last reply
    0
    • A aymen hassine

      I am building a web site using some specific controls (I purchased them). When i tried to make some performances tests on my application with the .net apllication test center, i found a lot of errors with code 404. So i went to my log file (made by the IIS on my machine) and i founded many lines like these : ... 08:50:06 127.0.0.1 GET /ig_common/WebNavigator31/None 404 08:50:06 127.0.0.1 GET /ig_common/WebNavigator31/None 404 ... 08:56:40 127.0.0.1 GET /Syges/Contrat/Contrat/dummy.htm 404 08:56:40 127.0.0.1 GET /Syges/Contrat/Contrat/dummy.htm 404 ... 08:56:47 127.0.0.1 GET /ig_common/weblistbar2/roundedorangeExplorer.gif 500 08:56:47 127.0.0.1 GET /ig_common/weblistbar2/roundedorangeExplorer.gif 304 ... 08:57:07 127.0.0.1 GET /ig_common/WebGrid3/ig_WebGrid_dom.js 304 08:57:07 127.0.0.1 GET /ig_common/WebGrid3/ig_WebGrid_ie.js 304 08:57:07 127.0.0.1 GET /ig_common/WebGrid3/ig_WebGrid_ie6.js 304 08:57:07 127.0.0.1 GET /ig_common/WebGrid3/ig_WebGrid.js 304 ... So please, specially for the lines with "404" as error code, could anyone explain to me what did happened in the server exactly and how to fix it (I tried to learn more about that and i found that it means a non found component, an image for example), but in my source code, i searched for these words "dummy","none"... and i did not find them, they are not called anywhere, i couldnt know where they are used in my application. Any other infos about the other errors are also very welcome. thanks in advance for helping me.

      T Offline
      T Offline
      ToddHileHoffer
      wrote on last edited by
      #2

      404 is the code for a missing page. how vital enterprise application are for proactive organizations leveraging collective synergy to think outside the box and formulate their key objectives into a win-win game plan with a quality-driven approach that focuses on empowering key players to drive-up their core competencies and increase expectations with an all-around initiative to drive up the bottom-line. But of course, that's all a "high level" overview of things --thedailywtf 3/21/06

      A 1 Reply Last reply
      0
      • T ToddHileHoffer

        404 is the code for a missing page. how vital enterprise application are for proactive organizations leveraging collective synergy to think outside the box and formulate their key objectives into a win-win game plan with a quality-driven approach that focuses on empowering key players to drive-up their core competencies and increase expectations with an all-around initiative to drive up the bottom-line. But of course, that's all a "high level" overview of things --thedailywtf 3/21/06

        A Offline
        A Offline
        aymen hassine
        wrote on last edited by
        #3

        Yes Todd, it seems to be that. But what is really abnormal is that i dont have any code that is calling that page (if we consider that "None" or "dummy.htm" is really a page) in my application. I searched a lot but nothing. Could it be a call of something that the server didnt recognize so it described it as an object called "None" or something like that !

        G 1 Reply Last reply
        0
        • A aymen hassine

          Yes Todd, it seems to be that. But what is really abnormal is that i dont have any code that is calling that page (if we consider that "None" or "dummy.htm" is really a page) in my application. I searched a lot but nothing. Could it be a call of something that the server didnt recognize so it described it as an object called "None" or something like that !

          G Offline
          G Offline
          Guffa
          wrote on last edited by
          #4

          aymen hassine wrote:

          Could it be a call of something that the server didnt recognize so it described it as an object called "None" or something like that

          No. The url is the exact one that came in the request. Someone made those requests to the server. If your application didn't, someone else is requesting certain pages, possibly to get information on what is installed on the server. --- b { font-weight: normal; }

          1 Reply Last reply
          0
          • A aymen hassine

            I am building a web site using some specific controls (I purchased them). When i tried to make some performances tests on my application with the .net apllication test center, i found a lot of errors with code 404. So i went to my log file (made by the IIS on my machine) and i founded many lines like these : ... 08:50:06 127.0.0.1 GET /ig_common/WebNavigator31/None 404 08:50:06 127.0.0.1 GET /ig_common/WebNavigator31/None 404 ... 08:56:40 127.0.0.1 GET /Syges/Contrat/Contrat/dummy.htm 404 08:56:40 127.0.0.1 GET /Syges/Contrat/Contrat/dummy.htm 404 ... 08:56:47 127.0.0.1 GET /ig_common/weblistbar2/roundedorangeExplorer.gif 500 08:56:47 127.0.0.1 GET /ig_common/weblistbar2/roundedorangeExplorer.gif 304 ... 08:57:07 127.0.0.1 GET /ig_common/WebGrid3/ig_WebGrid_dom.js 304 08:57:07 127.0.0.1 GET /ig_common/WebGrid3/ig_WebGrid_ie.js 304 08:57:07 127.0.0.1 GET /ig_common/WebGrid3/ig_WebGrid_ie6.js 304 08:57:07 127.0.0.1 GET /ig_common/WebGrid3/ig_WebGrid.js 304 ... So please, specially for the lines with "404" as error code, could anyone explain to me what did happened in the server exactly and how to fix it (I tried to learn more about that and i found that it means a non found component, an image for example), but in my source code, i searched for these words "dummy","none"... and i did not find them, they are not called anywhere, i couldnt know where they are used in my application. Any other infos about the other errors are also very welcome. thanks in advance for helping me.

            H Offline
            H Offline
            HimaBindu Vejella
            wrote on last edited by
            #5

            The error code 404 means the specified file not found in theapplication by the server "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshers http://himabinduvejella.blogspot.com

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups