I'm getting the generic message 'An error occurred on the server when processing the URL. Please contact the [@#$%] system administrator." That's coming from IIS, as I proved to myself at least, when I added the '@#$%' text to it. And before you ask, I am not seeing any usual error code, like 404 not found. (That's only off the top of my head - not claiming that that's a legit msg.) When I test the connection, the table data appears when and how it should. I can't view live data or preview the page in the browser. I haven''t tried the page without the repeat region. Just occurred to me, but I'd be surprised if that made a diff.
I"m using MS Access for files located at inetpub/wwwroot/dreamweaver/Cafe Townsend/data and other folders in that directory.
The code for my (latest) connection string is:
<%
// FileName="Connection_ado_conn_string.htm"
// Type="ADO"
// DesigntimeType="ADO"
// HTTP="false"
// Catalog=""
// Schema=""
var MM_connCafeT_0915_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\\Inetpub\\wwwroot\\dreamweaver\\Cafe Townsend\\data\\tutorial.mdb;"
conn.mode = 3 ' adModeReadWrite
%>
That generated the following text in the Inetpub/Logs file:
#Software: Microsoft Internet Information Services 7.0
#Version: 1.0
#Date: 2008-09-19 00:19:07
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status
2008-09-19 00:19:07 ::1 GET /dreamweaver/Cafe+Townsend/viewJS_kqpwu7f27t.asp |3|80004005|Unspecified_error 80 - ::1 MMHttp+(Windows;+Version:9.0) 500 0 0
2008-09-19 00:19:07 ::1 GET /dreamweaver/Cafe+Townsend/viewJS_kqrel7f27v.asp |5|80004005|Unspecified_error 80 - ::1 MMHttp+(Windows;+Version:9.0) 500 0 0
This is a little different than the 80004005 message that referenced 'Disk or Network error' but more opaque, if I may opine. <grin>
Thanks very much!