4
I am publishing an application on IIS, and when accessing it I get the following error:
HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the configuration data related to > page is invalid.
Detailed information of the error:
Módulo IIS Web Core
Notificação BeginRequest
Manipulador Ainda não determinado
Código do erro 0x80070021
Erro de Configuração Esta seção de configuração não pode ser usada nesse caminho. Isso ocorre quando a seção está bloqueada em um nível pai. O bloqueio é por padrão (overrideModeDefault="Deny"), ou é definido explicitamente por uma marca de local com overrideMode="Deny" ou o allowOverride="false" herdado.
Arquivo de Configuração \\?\C:\inetpub\wwwroot\portal\views\web.config
URL solicitada http://localhost:80/portal/Views/Autenticacao/Entrar
Caminho físico C:\inetpub\wwwroot\portal\Views\Autenticacao\Entrar
Método de logon Ainda não determinado
Usuário de logon Ainda não determinado
Origin of the Configuration:
29: <system.webServer>
30: <handlers>
31: <remove name="BlockViewHandler"/>
This error I get when accessing http://localhost/application/Views/Home/Index
The strange thing is that usually when publishing the application, accessing the address: http://localhost/application works.
This time, when accessing this address only warns that:
"The web server is configured not to list the contents of this directory."
Remembering that IIS is installed on a Windows 8.1 machine
Could you configure this server, install packages, perform updates? The answer I would have involves this.
– Leonel Sanches da Silva
I can, because I picked up this server on my desktop. I forgot to mention that IIS is installed on a Windows 8.1 machine.
– Randrade