在本地我的系統在工作,但當我上傳它時,我現場遇到問題.. 我需要一些DLL嗎?索引超出數組的界限
索引超出了數組的範圍。
異常詳細信息:System.IndexOutOfRangeException:索引超出了數組的範圍。
Line 6: if (Request.Params["mode"] != null) Mode = Request.Params["mode"];
Line 7: if (!Path.Split('/')[3].Equals("Default.aspx") && (String)Session["accesslevel"] == ("0"))
你能告訴我們,你的路徑有哪些? – 2011-04-07 04:49:12
http://philmont.com.ph/backend/default.aspx – 2011-04-07 04:52:03
你可以改變你的條件if(!Path.Split('/')[2] .Equals(「Default.aspx」) – 2011-04-07 04:54:00