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
?– Leonel Sanches da Silva