Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Access Data Source not pointing to MDB in App_Data, but the default in the users folder for infragistcs.
posted

Where is the default connection being set for the WebScheduleInfo?  I have the following code and it's not pointing to the db?

<asp:accessdatasource id="adsMain" runat="server"
        datafile="~/App_Data/WebSchedule2.mdb" selectcommand=";" />
    <igsch:webscheduleinfo id="WebScheduleInfo1" runat="server" stylesetname=""
         stylesetpath="" stylesheetdirectory="">
    </igsch:webscheduleinfo>
    <ig_scheduledata:webscheduleoledbprovider
     id="WebScheduleOleDbProvider1" runat="server"
     webscheduleinfoid="WebScheduleInfo1"
     stylesetname="" stylesetpath="" stylesheetdirectory=""
     datasourceid="adsMain"
     >
    </ig_scheduledata:webscheduleoledbprovider>          
    <h2>Upcoming Events</h2>   
    <igsch:webweekview id="WebWeekView1" runat="server"
         webscheduleinfoid="WebScheduleInfo1" enableautoactivitydialog="False"
         stylesetname="" stylesetpath="" stylesheetdirectory="">
        <clientevents click="WebWeekView1_Click" />
       
    </igsch:webweekview>
    <igsch:webdayview id="WebDayView1" runat="server" webscheduleinfoid="WebScheduleInfo1">
    </igsch:webdayview>