I have successfully developed and deployed several websites using Umbraco.
Now I am developing a new website, that runs perfect on my local computer and local database. But when deployed on the server, it gives me this error immediately after I successfully login to the CMS.
--------
Invalid object name 'umbracoAppTree'.
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.Data.SqlClient.SqlException: Invalid object name 'umbracoAppTree'.
--------
The database on the server has the same tables and data as my local one. I don't understand why it's running fine locally, but gives this error on the server.
Could someone please help me? Thank you in advance.
Invalid object name 'umbracoAppTree'
I have successfully developed and deployed several websites using Umbraco.
Now I am developing a new website, that runs perfect on my local computer and local database. But when deployed on the server, it gives me this error immediately after I successfully login to the CMS.
--------
Invalid object name 'umbracoAppTree'.
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.Data.SqlClient.SqlException: Invalid object name 'umbracoAppTree'.
--------
The database on the server has the same tables and data as my local one. I don't understand why it's running fine locally, but gives this error on the server.
Could someone please help me? Thank you in advance.
is working on a reply...