Errors codes in the IIS Log File
-
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.
-
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.
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
-
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
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 !
-
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 !
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; }
-
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.
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