web.configからパラメータを取得

xmlFilePath = System.Configuration.ConfigurationManager.AppSettings("xmlfile")

ファイル名をフルパスのファイル名に変換

xmlFilePath = Page.Server.MapPath(xmlFilePath)