I've downloaded http://www.fullrevolution.com/calfree_overview.asp aspWebCalendarFREE for use on my website. As per instructions is recommends putting the database outside the root of the website and changing the code in db.asp file
Here is the code '------- Access OLE DB Driver Connection String --------------------------------------- strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("calendar/calendar.mdb") Set dbc = Server.CreateObject("ADODB.Connection") dbc.open strConn
How do I code to show another folder? I've tried typing in c:/hshome/ etc but it states it needs a virtual path. Of course - because it is freeware there is no support....
Thanks! I'll give that ago (found I can't configure it at the moment either despite putting database file back in *Bad* location so may have to ditch the plan to use it anyway)
At downloading they have a message in red letters saying that as it is free they offer no support.