473,402 Members | 2,061 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,402 software developers and data experts.

Bad page request for /_vti_bin/owssvr.dll

This item keeps showing up on my Bad Page Request report.

Does anyone know what this is or how to keep it from showing up on the list?

Thank you!
Nov 19 '05 #1
3 4292
It's just someone trying to hack you.
That used to work in the earlier days. Now it doesn't.

If it bothers you, redirect the requests for that file
to the originating IP for the request.

That should throw them for a loop... ;-)

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Bill Watterson" <no**********@yahoo.com> wrote in message
news:qc*******************@tornado.rdc-kc.rr.com...
This item keeps showing up on my Bad Page Request report.

Does anyone know what this is or how to keep it from showing up on the list?

Thank you!

Nov 19 '05 #2
Thanks for the suggestion! I like the way you think.

Here's what I came up with from your suggestion.

Would this work?

protected void Application_BeginRequest(Object sender, EventArgs e)
{
string url = Request.ServerVariables["URL"].ToString();

if (url.IndexOf("/_vti_bin/owssvr.dll") >= 0)
{
Response.Redirect(Request.ServerVariables.Get("REM OTE_ADDR"));
}
}

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:e%****************@TK2MSFTNGP12.phx.gbl...
It's just someone trying to hack you.
That used to work in the earlier days. Now it doesn't.

If it bothers you, redirect the requests for that file
to the originating IP for the request.

That should throw them for a loop... ;-)

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Bill Watterson" <no**********@yahoo.com> wrote in message
news:qc*******************@tornado.rdc-kc.rr.com...
This item keeps showing up on my Bad Page Request report.

Does anyone know what this is or how to keep it from showing up on the
list?

Thank you!


Nov 19 '05 #3
You got it!

;-)

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Bill Watterson" <no**********@yahoo.com> wrote in message
news:YI*******************@tornado.rdc-kc.rr.com...
Thanks for the suggestion! I like the way you think.

Here's what I came up with from your suggestion.

Would this work?

protected void Application_BeginRequest(Object sender, EventArgs e)
{
string url = Request.ServerVariables["URL"].ToString();

if (url.IndexOf("/_vti_bin/owssvr.dll") >= 0)
{
Response.Redirect(Request.ServerVariables.Get("REM OTE_ADDR"));
}
}

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:e%****************@TK2MSFTNGP12.phx.gbl...
It's just someone trying to hack you.
That used to work in the earlier days. Now it doesn't.

If it bothers you, redirect the requests for that file
to the originating IP for the request.

That should throw them for a loop... ;-)

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Bill Watterson" <no**********@yahoo.com> wrote in message
news:qc*******************@tornado.rdc-kc.rr.com...
This item keeps showing up on my Bad Page Request report.

Does anyone know what this is or how to keep it from showing up on the list?

Thank you!



Nov 19 '05 #4

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

Similar topics

0
by: Allman | last post by:
I'm trying to implement a small WebDAV server using PHP. (WebDAV is an HTTP extension that (among other things) makes it possible to manage files using the HTTP protocol; kinda in the same way...
1
by: Newbie | last post by:
OK, this may be impossible since I'm using 3rd party shopping cart ASP software, but I've been able to finagle a lot of other stuff I thought wouldn't work, so here we go: I'm using a form in...
0
by: Pat Patterson | last post by:
I'm having serious issues with a page I'm developing. I just need some simple help, and was hoping someone might be able to help me out in here. I have a form, that consists of 3 pages of...
0
by: Frank 'Olorin' Rizzi | last post by:
Hello everyone. This is quite convoluted, but I'll try to make it simple. I have a couple of bottom-line questions (I guess): 1~ what happens between the Page_Load routine in the code behind...
0
by: Goober at christianDOTnet | last post by:
I'm wanting to fix the following on a web page without really re-inventing anything. What I have is a vb web page with a radiobuttonlist where I can pick Current or History year. Underneath...
13
by: tshad | last post by:
I have some nested DataGrids in my Datalist. There could be 20 datalist items. If I scroll down to the 18th item and expand it to show the DataGrid, the page always goes back to the beginning...
5
by: Neil Rossi | last post by:
I have an issue with a particular ASP page on two web servers. Let's call these servers Dev1 and Beta1. Both Servers are running IIS 5, Windows 2000 SP4 with "almost" all of the latest patches. ...
6
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of...
3
by: Bill | last post by:
I'm using the POST method to submit a simple form html page with yes/no and checkbox fields to an asp response page which stores the values in a new dim string, then uses it to build a new table...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.