Try our conversational search powered by Generative AI!

Migrated EpiServer 8 site returns 404 on admin interface.

Vote:
 

We migrated an EpiServer 8 site to a server, and the end-user facing side of the site works. But we are unable to navigate to the admin portion of the site.  When we navigate to mysite/episerver, the browser gets directed to the 404 page with the following URL:

mysite/Util/login.aspx?ReturnUrl=%2fepiserver

The application event log on the server didn't show any helpful clues.  If I run the application locally, pointing to the same database as the site on this server, I'm able to access the admin interface.  So I'm guessing this is a problem with a database entry or a configuration setting.  What else can I investigate to fix this?  Thanks.

#152136
Aug 17, 2016 17:35
Vote:
 

If there is some virtual directory setup in iis as Apps, try by removing that

#152148
Aug 17, 2016 22:42
Vote:
 

Btw, it's actually a bit unclear if you really end up on the 404 page or the login page. The URL looks like a login page, or do you mean that the URL you posted is in the querystring on the 404 page?

#152151
Aug 18, 2016 0:30
Vote:
 

You say that you are migrating, what are you migrating from and to?

It could be that you are missing files in the folder /modules/_protected/

Or it might be that you are still pointing out the wrong path to this in episerverframwork.config (or accually the VPP-settings for epi)

#152153
Aug 18, 2016 8:15
Vote:
 

Thanks for the responses. We copied the solution from one of our servers to another to do some stress testing. We moved the site and related database from production to a testing server.  It works just fine on production.

After we copied it (and the database) to our testing environment, the home page site was blank.  So I manually edited two records in tblBigTable to make the site recognizable both on localhost and on the testing server.  So the end-user facing side would render correctly.  But the admin section displays a 404 page, but has this in the URL:

mysite/Util/login.aspx?ReturnUrl=%2fepiserver

My initial thought was that perhaps there is another record in the database that needs to be adjusted to make the Admin section display properly.  The missing zip files mentioned in this post do appear in our copy.

http://world.episerver.com/forum/developer-forum/Developer-to-developer/Thread-Container/2016/8/login-page-not-found-in-cms-9/

Thanks so much for helping me out.

#152170
Aug 18, 2016 16:17
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.