If you ever get this error:
Active Server Pages error ‘ASP 0131′
Disallowed Parent Path
The Include file ‘../myFile.asp’ cannot contain ‘..’ to indicate the parent directory.
or something similar, then below is a quick fix for those of you running IIS6, and want to allow parent paths.
Right click on the web application that’s throwing the error. in my case, its called ‘MySite’
Select Properties.
Select the Home Directory tab, as shown above.
Click Configuration
Select the Options tab, and you will see a check box for Enable Parent Paths.
Click that, and you’re good to go.

Abbie: Absolutely brilliant. Thank you....
Fernando: Thanks to publish this, works for me. :)...
Shawn: I did what you said to try but I'm still having the same issue. Do yo...
Stewart: Thanks! This really helped. The developer didn't even know that Chil...
Webdesign Aachen: is it possible to publish posts with excerpts?...