for example,a website "www.some.com" with Ms jet database,and there is a ASP file like this "www.some.com/news/news.asp?id=123",sometimes if you do like this"www.some.com/news%5cnews.asp?id=123"(the ASP file must be in the second level,just like "www.some.com/news/news.asp?id=123" not "www.some.com/news.asp?id=123"),you will get the true path of the database file(MDB file).so you can download the database file.i want to know why