Check on site settings in web.config and make sure the urls/domain etc are valid. In Epi 6 these are still stored in config files.
Also need to install EPiServer on server through deployment center for older versions like 6 or edit mode will give 404
EPiServer is installed. It's hosted by EPiServer Hosting so they set up that part for us. You mean the urls for VPP, database and things like that? As I said, I haven't uploaded the VPP to the server yet (over 9 gb over bad connection and even worse VPN isn't fun) and the mentioned urls seems to be correct. Feels like the site don't event try to build. This error is showing really fast. No loading time what so ever.
Correct .NET framework version installed on the server?
Correct .NET framework version set up for your application pool?
Using the UrlRewrite module for IIS? ..Is that installed on the server?
We had a similar problem everytime we needed to get a project up and running in a new enviroment. It was an event attached to the urlrwrite (or something similar), and if we removed that piece of code, the site started. Then we could add the code back and everything worked. We never really knew what the actual problem was, but it might be worth to see if you have something similar...
I'm trying to move a CMS 6 site from one server to another but keep getting the same "Object reference not set to an instance of an object." error. The stack trace seems to indicate that EPiServer is at least called. Was some 6 years ago since I last installed a CMS 6 site and I feel a bit rusty on the proper procedure.
The steps I've taken is as follows:
Backuped and restored the database.
Moved all the application files.
Backuped the VPP but not moved it to the new server yet since I'm on a bad connection most of the time.
Exported the IIS settings from the old server and imported them to the new one.
Tried to fix the security settings so that IIS can access to site. Seems working since the error is mentioning EPiServer.
This is the stack trace I'm getting:
Anyone maybe have some idea of what I can do to debug this anymore? I'm kinda stuck..