Orchard Multi-Tenancy gives 500 errors

I have a website made by Orchard CMS. When transferring it to a new server, I get an error message on any Multi-tenancy site.

When using Internet Explorer, I get a 500 server error. When using Chrome on a PC, I moved it, it loads without errors. On any other computer, I get errors only on sites with several tenants that I create (the main site works fine).

Does anyone have an idea as to what could be causing this?

I added the following to web.Config:

<configuration>
  <system.web>
    <customErrors mode="Off" />
  </system.web>

  <system.webServer>
    <httpErrors errorMode="Detailed" />
  </system.webServer>
</configuration>

However, this does not give me details when I connect.

+4
source share
1 answer

, URL- Settings.txt. , 500 . settings.txt, , URL-. , URL.

0

Source: https://habr.com/ru/post/1540398/


All Articles