javascript读取post.xml(里面存论坛数据)文件时,当post.xml放在和当前网页在同一个文件里时,会读取的到,
可是把post.xml文件放到这文件的app_data文件夹里的文件夹里时就读不出了,这怎么办好啊???在线等代码://fillContent(filepath)是读取数据填充到网页里的函数
  1.这读的到:Page.RegisterStartupScript("trytry", "<script type='text/javascript'>fillContent('post.xml');</script>");
  2.这读取不到:Page.RegisterStartupScript("trytry", "<script type='text/javascript'>fillContent('.\\App_Data\\post\\1\\post.xml');</script>");