i am moving my umbraco 6.2 website to a new server and database to new DB server.... code is moved to new webserver and DB restored to new database server. i changed my web.config to point to new DB. however i am seeing the "no pages found" umbraco screen("looks like there is lot more to do" , set up new website" screeen.
i thought , if i republish content website might comeup, but i am not able to login as well. please let me know any suggestions on the issue or ways to debug this better.
Can you log into the new database (using something like SQL Server Management Studio) using the credentials provided in your new web.config? Seems like Umbraco can't contact the database, which can be caused if you don't create a login on the new database server or map that login to the database on that server (with the appropriate permissions).
Are there any error messages in your error log (App_Data\Logs)?
yeah that was the primary suspect, i am able to log into DB. no error message on app_data\logs, tried creating a test page for checking DB connection and placed it in root\config\splashes , but even this page goes to No nodes.aspx page.
Moving website to a new server
Hi
i am moving my umbraco 6.2 website to a new server and database to new DB server.... code is moved to new webserver and DB restored to new database server. i changed my web.config to point to new DB. however i am seeing the "no pages found" umbraco screen("looks like there is lot more to do" , set up new website" screeen.
i thought , if i republish content website might comeup, but i am not able to login as well. please let me know any suggestions on the issue or ways to debug this better.
in Fiddler Trace, i see that request goes to http://wwww.sitename.com/install/InstallerRestService.aspx?feed=sitebuildervids and 404 is thrown.
<add key="umbracoConfigurationStatus" value="6.2.0" />
Can you log into the new database (using something like SQL Server Management Studio) using the credentials provided in your new web.config? Seems like Umbraco can't contact the database, which can be caused if you don't create a login on the new database server or map that login to the database on that server (with the appropriate permissions).
Are there any error messages in your error log (App_Data\Logs)?
yeah that was the primary suspect, i am able to log into DB. no error message on app_data\logs, tried creating a test page for checking DB connection and placed it in root\config\splashes , but even this page goes to No nodes.aspx page.
Hi Nicholas, it turned out to be DB connection problem.. this problems is resolved. thanks for your time.
is working on a reply...