index.asp页:
        <asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="<%=db%>"
            SelectCommand="SELECT [Info_CreateDateTime], [Info_Content], [Info_UpdateDateTime] FROM [TB_Info]">
        </asp:AccessDataSource>index.asp.cs页:
protected string db;
db = "f:/web/app_data/data.mdb";为什么得不到:
DataFile="f:/web/app_data/data.mdb"报错:
“Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.ArgumentException: Illegal characters in path.”