最近接手一Intranet的ASP.NET網站,windows2003服務器,iis 6,用到ajax,為調試網站源碼,故在此服務器上安裝visual studio2005,哪知這一安裝不要緊,原先某一正常運行的頁面,報錯 70|error|500 the parameter "address" should not be empty string。(此頁面用到通過取得某一數據庫中的用戶Email地址來向此用戶發送報表郵件,此庫運行于另一服務器上)此功能原來能正常運行。于是,在網上查找,常用的處理500錯誤的方法都用了(諸如: iisrestart, regiis,還有就是 IUSR與IWAM密碼同步等),結果無效。進入IIS,修改報錯方式,獲取如下信息:Sys.WebForms.PageRequestManagerServerErrorException: An unkown error occurred while processing the request on the server.The status code returned from the server was :500。繼續搜索,按網上介紹的修改 <pages enableEventValidation="false"/>等方式仍末果,郁悶,請高手指點一二。
添加回答
舉報
0/150
提交
取消