473,386 Members | 1,748 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,386 software developers and data experts.

Urgent! Feb9th Update Killed My Site! Panicing!

Last night I dutifuly installed all the server 2000 updates that where
released and I finally get called a few hours ago by a client wondering
why our site was down. Then a steady flood of calls happened after
that.

I'm assuming that MS05-004 ASP.NET Path Validation Vulnerability has
somehow completely hosed my site and I can't for the life of me figure
out what the hell has happend or how to fix it but its critical I get
it up and running. Its been running fine for the last 2 years without
any interuption until last nights god damned update.

The main site is a customers site who has all these pages that are php
and so forth and it has two subfolders that are the application that we
wrote for them(one folder named gatherer, the other, tracker). Gatherer
is a web service that a local app on one of the customers computers
sends information up to the site, and the tracker page allows our
customers, customers, to view details on it.

Anything in the subfolders generate the error at the bottom of this
message("The resource cannot be found."), but if I move the files up
into the root of the website I can get them to work correctly. They've
just suddenly broken when running in subdirectories. I've rebooted,
chkdsk'd, created super-simple web.config files to test with, created
new test.aspx files with nothing more than "hello world" and I get this
freakin error on any aspx file in the subdirectories unless I turn off
the application settings for the folder and then none of my program
actually works.

Anyone know an answer on how I can fix this? Moving into the root path
is NOT a good answer as I'll have to recompile the client side apps and
get them out to a dozen or more people when it should be fine to begin
with.

Server Error in '/Gatherer' Application.
--------------------------------------------------------------------------------

The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure
that it is spelled correctly.

Requested Url: /gatherer/gatherer.asmx
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
ASP.NET Version:1.1.4322.2032

Nov 19 '05 #1
6 1199
Welcome to the club. You'll want to monitor this previous thread as
well:

http://groups-beta.google.com/group/...a030d752a82e49

I expect we'll know a lot more in 48 hrs.

James

Nov 19 '05 #2
I just finished figuring it out!

Under the root path in IIS configuration, check under "Home Directory"
under the field "local path". "c:\inetpub\mywebsite\" is not the same
as "c:\inetpub\mywebsite" apparently now. My site came back alive as
soon as I removed the trailing backslash so that the path now says
"c:\inetpub\mywebsite". Worked fine on my configuration.

Nov 19 '05 #3
Good find.

I've confirmed that this solution works on our systems as well.

Many thanks!
nx*****@winvoice.com wrote:
I just finished figuring it out!

Under the root path in IIS configuration, check under "Home Directory" under the field "local path". "c:\inetpub\mywebsite\" is not the same
as "c:\inetpub\mywebsite" apparently now. My site came back alive as
soon as I removed the trailing backslash so that the path now says
"c:\inetpub\mywebsite". Worked fine on my configuration.


Nov 19 '05 #4
Tim
I just de-installed the .Net update and all is working ok now.
IMHO this is a drastic step, but this is also a dev box so not so drastic.
If this had been a production server I would have not been to happy to a)
find un tested updates installed and b) broken systems.

It will be re-installed when a clear cut work around or fix is documented.

- Tim
<nx*****@winvoice.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
Last night I dutifuly installed all the server 2000 updates that where
released and I finally get called a few hours ago by a client wondering
why our site was down. Then a steady flood of calls happened after
that.

I'm assuming that MS05-004 ASP.NET Path Validation Vulnerability has
somehow completely hosed my site and I can't for the life of me figure
out what the hell has happend or how to fix it but its critical I get
it up and running. Its been running fine for the last 2 years without
any interuption until last nights god damned update.

The main site is a customers site who has all these pages that are php
and so forth and it has two subfolders that are the application that we
wrote for them(one folder named gatherer, the other, tracker). Gatherer
is a web service that a local app on one of the customers computers
sends information up to the site, and the tracker page allows our
customers, customers, to view details on it.

Anything in the subfolders generate the error at the bottom of this
message("The resource cannot be found."), but if I move the files up
into the root of the website I can get them to work correctly. They've
just suddenly broken when running in subdirectories. I've rebooted,
chkdsk'd, created super-simple web.config files to test with, created
new test.aspx files with nothing more than "hello world" and I get this
freakin error on any aspx file in the subdirectories unless I turn off
the application settings for the folder and then none of my program
actually works.

Anyone know an answer on how I can fix this? Moving into the root path
is NOT a good answer as I'll have to recompile the client side apps and
get them out to a dozen or more people when it should be fine to begin
with.

Server Error in '/Gatherer' Application.
--------------------------------------------------------------------------------

The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure
that it is spelled correctly.

Requested Url: /gatherer/gatherer.asmx
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
ASP.NET Version:1.1.4322.2032

Nov 19 '05 #5
Thanks Folks! - I had the same problem and removing the trailing slash fix
it for me as well.

<nx*****@winvoice.com> wrote in message
news:11**********************@c13g2000cwb.googlegr oups.com...
I just finished figuring it out!

Under the root path in IIS configuration, check under "Home Directory"
under the field "local path". "c:\inetpub\mywebsite\" is not the same
as "c:\inetpub\mywebsite" apparently now. My site came back alive as
soon as I removed the trailing backslash so that the path now says
"c:\inetpub\mywebsite". Worked fine on my configuration.

Nov 19 '05 #6
nx*****@winvoice.com wrote in message news:<11**********************@c13g2000cwb.googleg roups.com>...
I just finished figuring it out!

Under the root path in IIS configuration, check under "Home Directory"
under the field "local path". "c:\inetpub\mywebsite\" is not the same
as "c:\inetpub\mywebsite" apparently now. My site came back alive as
soon as I removed the trailing backslash so that the path now says
"c:\inetpub\mywebsite". Worked fine on my configuration.


Thanks! Fixed it here too!
Nov 19 '05 #7

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

Similar topics

3
by: Rob | last post by:
I have a form - when you click the submit button, it appends a variable to the URL (e.g. xyz.cgi?inputID=some_dynamic_variable) It also opens a new page. Now, that some_dynamic_variable is...
8
by: Mike | last post by:
Hello, I have a few rather urgent questions that I hope someone can help with (I need to figure this out prior to a meeting tomorrow.) First, a bit of background: The company I work for is...
28
by: Tamir Khason | last post by:
Follwing the struct: public struct TpSomeMsgRep { public uint SomeId;
7
by: zeyais | last post by:
Here is my HTML: <style> ..leftcolumn{float:left;width:300px;border: 1px solid #ccc} ..rtcolumn{float:left;width:600px;border: 1px solid #ccc} </style> <body> <div class="leftcolumn"...
33
by: dembla | last post by:
Hey Frnds can anyone help me in this i need a program in 'c' PROGRAM to print NxN Matrix 9 1 8 1 2 3 2 7 3 as 4 5 6 6 4 5 7 8 9 in sorted form
8
by: ginnisharma1 | last post by:
Hi All, I am very new to C language and I got really big assignment in my work.I am wondering if anyone can help me.........I need to port compiler from unix to windows and compiler is written...
1
by: alok sengar | last post by:
hi, I have already tried this URL's code "http://www.java2s.com/Code/CSharp/Network/SimpleSNMP.htm" but I am getting error when i am creating a UDP type Socket and recieving packet from this...
17
by: Saps | last post by:
Hi all. Can anyone help me here. I have loads of .sql files and i need a way to call these from my asp page so the user can run them from the browser. Meaning i have a page with a list of all...
3
by: N. Spiker | last post by:
I am attempting to receive a single TCP packet with some text ending with carriage return and line feed characters. When the text is send and the packet has the urgent flag set, the text read from...
1
by: rajesh.us.it.recruiter | last post by:
Hi Guys/Partners, We have a URGENT Requirement for Perl Programmer with H1 visa in India/US for one of our prestigious Client. Location : New Jersey Requirements : Should be very strong in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...

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.