Hi
I have just uploaded an Access DB and an .aspx page that writes to the DB. It works fine locally ie IIS.
The problem is that when on the host the db does not get written to. I think its to do with the Source to the DB on my web.config file.
The db is on annex2/annex.eu/wwwroot/annexll.mdb on the host
my code on the Web.config is as follows
<add key="MM_CONNECTION_HANDLER_ss1" value="default_oledb.htm" />
<add key="MM_CONNECTION_STRING_ss1" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=annexeu/annex2.eu/wwwroot/annexll.mdb;Persist Security Info=False" />
<add key="MM_CONNECTION_DATABASETYPE_ss1" value="OleDb" />
<add key="MM_CONNECTION_SCHEMA_ss1" value="" />
<add key="MM_CONNECTION_CATALOG_ss1" value="" />
THanks