ASP動態網頁設計5-2中,數據庫連接失敗,具體表現在加入dim conn
set conn=server.CreateObject("adodb.connection")
conn.open "Provider=Microsoft.ACE.OLEDB.12.0;Data Source="&server.MapPath("dbDatabase.accdb")代碼后進行網頁瀏覽,總是出現An error occurred on the server when processing the URL. Please contact the
system administrator.
If you are the system administrator please click here to find out more
about this error.怎么解決?