ASP Security Problem

I have ASP security Problem i.e.

Active Server Pages error ‘ASP 0131’

Disallowed Parent Path

/usmanfoods/intro/default.asp, line 5

The Include file ‘../inc/top.asp’ cannot contain ‘..’ to indicate the parent directory.

Please give me the suggestion

instead of using include… do

server.execute(“../inc/top.asp”)

If parent paths are enabled, they may still be able to enabled by the provider.

you could also do

include virtual

instead of include file