473,327 Members | 1,919 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

W3C logs 404 4 unknown path

I am trying to determine why there are 404 errors for a reported path which
our application doesn't appear to be using. The path ends with /App/none and
I don't understand who or what is requesting this path and since it does not
exist, an error 404 is generated.

Does anybody know how I can determine what or who is requesting the path?

Thanks,

Tim
Aug 25 '06 #1
4 1039
Are you logging the requesting IP ?

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Little Gazer" <Li*********@discussions.microsoft.comwrote in message
news:17**********************************@microsof t.com...
>I am trying to determine why there are 404 errors for a reported path which
our application doesn't appear to be using. The path ends with /App/none and
I don't understand who or what is requesting this path and since it does not
exist, an error 404 is generated.

Does anybody know how I can determine what or who is requesting the path?

Thanks,

Tim

Aug 25 '06 #2
Yes. It's not the user that I want to know making the request, but the part
of my application that is doing it. I know that may sound stupid, but all my
application pages request a specific page or web service call, so I
understand what is generating so many entries with /App/none for cs-uri-query
resulting in 404 errors because the path does not exist.

FYI. Windows Server 2003
ASP.NET 1.1
webservice.htc for asynchronous web calls.
SQL Server 2000 MSDE

"Juan T. Llibre" wrote:
Are you logging the requesting IP ?

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Little Gazer" <Li*********@discussions.microsoft.comwrote in message
news:17**********************************@microsof t.com...
I am trying to determine why there are 404 errors for a reported path which
our application doesn't appear to be using. The path ends with /App/none and
I don't understand who or what is requesting this path and since it does not
exist, an error 404 is generated.

Does anybody know how I can determine what or who is requesting the path?

Thanks,

Tim


Aug 25 '06 #3
re:
It's not the user that I want to know making the request, but the part
of my application that is doing it.
Knowing which part of your application is requesting
that path is as easy as searching your code for /App/none.

I don't think you'll find any.

Have you considered the idea that the source
of the /App/none query is external to your server ?


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Little Gazer" <Li*********@discussions.microsoft.comwrote in message
news:46**********************************@microsof t.com...
Yes. It's not the user that I want to know making the request, but the part
of my application that is doing it. I know that may sound stupid, but all my
application pages request a specific page or web service call, so I
understand what is generating so many entries with /App/none for cs-uri-query
resulting in 404 errors because the path does not exist.

FYI. Windows Server 2003
ASP.NET 1.1
webservice.htc for asynchronous web calls.
SQL Server 2000 MSDE

"Juan T. Llibre" wrote:
>Are you logging the requesting IP ?

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Little Gazer" <Li*********@discussions.microsoft.comwrote in message
news:17**********************************@microso ft.com...
>I am trying to determine why there are 404 errors for a reported path which
our application doesn't appear to be using. The path ends with /App/none and
I don't understand who or what is requesting this path and since it does not
exist, an error 404 is generated.

Does anybody know how I can determine what or who is requesting the path?

Thanks,

Tim



Aug 25 '06 #4
Juan,

Thanks for your replies. I know I don't have any App/none paths in my
application, but I think it may be something like a image link that does not
have it's source path set to a value.

Thanks again,

Tim

"Juan T. Llibre" wrote:
re:
It's not the user that I want to know making the request, but the part
of my application that is doing it.

Knowing which part of your application is requesting
that path is as easy as searching your code for /App/none.

I don't think you'll find any.

Have you considered the idea that the source
of the /App/none query is external to your server ?


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Little Gazer" <Li*********@discussions.microsoft.comwrote in message
news:46**********************************@microsof t.com...
Yes. It's not the user that I want to know making the request, but the part
of my application that is doing it. I know that may sound stupid, but all my
application pages request a specific page or web service call, so I
understand what is generating so many entries with /App/none for cs-uri-query
resulting in 404 errors because the path does not exist.

FYI. Windows Server 2003
ASP.NET 1.1
webservice.htc for asynchronous web calls.
SQL Server 2000 MSDE

"Juan T. Llibre" wrote:
Are you logging the requesting IP ?

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Little Gazer" <Li*********@discussions.microsoft.comwrote in message
news:17**********************************@microsof t.com...
I am trying to determine why there are 404 errors for a reported path which
our application doesn't appear to be using. The path ends with /App/none and
I don't understand who or what is requesting this path and since it does not
exist, an error 404 is generated.

Does anybody know how I can determine what or who is requesting the path?

Thanks,

Tim


Aug 28 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: SHC | last post by:
Hi all, I created an application from the Console Application (.NET) of VC++ .NET 2003, and I did "Build" the application of the attached .cpp file, volcanoes.xml and geology.dtd on my VC++ .NET...
5
by: Lars-Erik Aabech | last post by:
Hi! Guess it's my day again.. Tried to deploy a test release of a new asp.net web today, and got a terrible error. The web is running swell on three development computers, but when it's copied...
4
by: aj | last post by:
DB2 LUW v8.2 FP 14 RHAS 2.1 I have a DB2 online DB backup that was done w/ the INCLUDE LOGS option. I am interested in restoring that backup, and rolling forward ONLY the logs contained in the...
4
by: madzambonis | last post by:
Here is the situation.... We have Primary Server A linked to Standby Server B via HADR. Primary Server A has recently installed LOGARCHMETH1 to archive logs and a 2nd homegrown script that...
0
by: DKn | last post by:
Hello All, I am having an ACtiveX Control developed in C#.Net 2.0 windows Control Library. I have tested this control.TCS through ACtiveX Control Test Container. It is working fine, But the...
7
by: ghe | last post by:
Good Day to all, Ahm, does anyone here know how can i make a function that get the filepath of a specific file? I want to create a function like this: -...
3
by: Kofa | last post by:
Hi, we have an application which uses online backups, so archive logging is a requirement. We have a small/moderate size database (a few hundred megabytes isn't much by today's standards) with...
1
by: eljainc | last post by:
Hello, I have a problem when working with a program that uses XAML in one of the modules. I copied some XAML code from another working project into an existing project, then when trying to...
0
by: shorti | last post by:
We are running DB2 UDB 8.1 fp 14 on AIX using archival logging and online backups. I was running some disaster tests and found my database restore was not restoring to the latest active log. ...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.