IIS Log file: "ASP_0175_:_80004005|Disallowed_Path_Characters"
Am migrating website from Windows 2000 to Windows 2003.
I'm no developer, and it's taken me a while to figure out why the new
website doesn't function correctly - internal 500 error.
The website runs ASP and interacts with a little Access MDB via Jet. This
function fails under Windows 2003.
Turns out, all the ASP files use the referrer "../db/access.mdb". IIS under
2003 has restricted this "../" as it was exploited by worms as the Directory
Traversal exploit (which I was actually hit by back in 2001!)
I don't want to have to go through every ASP file and find evey reference to
"../" and replace them with full folder paths.
Can I, instead, simply lift this "folder reversal" restriction on the IIS
server (whether recommended or not).
As is usually the case with situations like this, I am desparate to have
this server up and running - at any cost.
Thanks for any suggestions.