I have some VBScript that passes directory names via a querystring in the browser. This works great except if the folder has dots in the name. Specifically, this folder has three dots in the middle of the folder name. I imagine IIS or ASP has some protections against directory traversal attacks which are preventing me from passing this folder in the URL. I tried HTML encoding the dots but the result is the same, error -2147467259 (0x80004005). Besides renaming the directory in question, anyone know how best to handle this situation? Thanks!
↧