Hi,
When running against a live database, I have updated the web.config connection string but an exception is being thrown...
An exception was caught during the execution of a retrieval query: Invalid object name 'Emda_Extranet.dbo.tbl_FileTypes'.. Check InnerException, QueryExecuted and Parameters of this exception to examine the cause of this exception.
'Emda_Extranet' is the name of the local database so I don't understand why the code is looking for it. The live database has a different name.
Cheers, I.