Application error when switching to enable 32-bit = True in IIS7

Asked

Viewed 170 times

2

I use Cobrebemx in my Asp.net web application to print boletos. We switched server and now when I enable the option enable 32-bits = True for the "Application pool" of said application happens the following error:

HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the Related Configuration data for the page is invalid.

Module IIS Web Core Notification Unknown Handler Not yet determined Error Code 0x80070032 Config Error The Configuration Section 'connectionStrings' cannot be read because it is Missing a Section declaration Config File ? C: Inetpub xxxx-xxxxx Painel-Geral web.config

Requested URL http://www.xxxxxxxx.com.br:80/portal/Default.aspx Physical Path Logon Method Not yet determined Logon User Not yet determined

Config Source 3: 4: 5:

And this does not occur when I leave the 32-bit option disabled. Does anyone know how to resolve this, please?

  • You can edit your question and place the contents of your file Web.config?

1 answer

0

@Romulo_reis, First check if you are using Default Apppool and if it is allowed to access the location where the application is.

In this Link has more information that can help you.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.