I have the following:-
1. Development environment (one server) with a single server containing both the SharePoint + database.
2. staging environment (2 servers) with one server running SharePoint and second server running database.
i did the following :-
1. create a new web application inside my staging.
2. i backup a site collection from my development environment.
3. i restore the site collection on my staging environment.using the folloiwng command
Restore-spsite -identity http://sgvstg01:48514/sites/Intranet/ -path C:\Users\user1\Desktop\intranet
But when i access the restored site collection on my staging environment , i was prompted with a username and password, after than a blank page was displayed , with no APPS , text, etc inside it . so can anyone advice what might be causing this issue.
sorry this is my first SharePoint deployment, and the development and staging environment have different names .