erro ao tentar acessar qualquer pagina aspx

03/07/2008

0

Bom Dia
Por gentileza alguém sabe do que se trata este erro pois não consigo acessar nenhuma pagina aspx todas aparecem o mesmo erro, inclusive acrescentei <system.web>
<customErrors mode=´Off´/> e como
<system.web>
<customErrors mode=´On´/>
e nada ate agora.
Grato
vladimir




Server Error in ´/´ Application.


Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a ´web.config´ configuration file located in the root directory of the current web application. This <customErrors> tag should then have its ´mode´ attribute set to ´Off´.

<!-- Web.Config Configuration File -->

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

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the ´defaultRedirect´ attribute of the application´s <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode=´RemoteOnly´ defaultRedirect=´mycustompage.htm´/>
</system.web>
</configuration>


Shmathz

Shmathz

Responder

Posts

05/07/2008

Jeferson.rosario

VC criou a sua aplicação no IIS? Se criou verifica se a permissão de executar Scripts e Executaveis está marcada.


Responder

07/07/2008

Shmathz

Bom Dia
Ja configurei o iis e permissões nas pastas e publiquei novamente, mas o erro insiste em aparecer, mesmo em uma pagina mais simples (aparece este erro).
Ja fiz também as alterações no web config para

<customErrors mode=´Off´/>
<customErrors mode=´On´/>
<customErrors mode=´RemoteOnly´/> e nada até agora fala serio!!!!!!

At
vladimir

Server Error in ´/´ Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a ´web.config´ configuration file located in the root directory of the current web application. This <customErrors> tag should then have its ´mode´ attribute set to ´Off´.


<!-- Web.Config Configuration File -->

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


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the ´defaultRedirect´ attribute of the application´s <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode=´RemoteOnly´ defaultRedirect=´mycustompage.htm´/>
</system.web>
</configuration>


Responder

14/07/2008

Donatopaschoa

Blz ´shmathz´ ?

Nas minhas férias de 06/2008, ligaram da empresa p/ o meu celular justamente c/ uma situação idêntica à sua.

O fato ocorreu devido a mudança da configuração regional do servidor de hospedagem dos sites, ou seja, alteraram de ´americano´ p/ ´português´ impactando em todas as ferramentas web hospedadas.

A solução foi setar a aplicação web para o modo ´português brasil´ necessitando substituir a tag ´GLOBALIZATION´ contida no arquivo ´Web.config´ conforme abaixo:

De: ´<globalization requestEncoding=´utf-8´ responseEncoding=´utf-8´ />´
Para: ´<globalization culture=´pt-BR´ />´

Após alteração acima do arquivo ´Web.config´, aconselho que vc recompile sua aplicação para que seja gerada uma nova dll e substitua pela antiga.

Espero ter contribuído.

Abçs e boa sorte.

Bom Dia Por gentileza alguém sabe do que se trata este erro pois não consigo acessar nenhuma pagina aspx todas aparecem o mesmo erro, inclusive acrescentei <system.web> <customErrors mode=´Off´/> e como <system.web> <customErrors mode=´On´/> e nada ate agora. Grato vladimir Server Error in ´/´ Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a ´web.config´ configuration file located in the root directory of the current web application. This <customErrors> tag should then have its ´mode´ attribute set to ´Off´. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode=´Off´/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the ´defaultRedirect´ attribute of the application´s <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode=´RemoteOnly´ defaultRedirect=´mycustompage.htm´/> </system.web> </configuration>



Responder

Que tal ter acesso a um e-book gratuito que vai te ajudar muito nesse momento decisivo?

Ver ebook

Recomendado pra quem ainda não iniciou o estudos.

Eu quero
Ver ebook

Recomendado para quem está passando por dificuldades nessa etapa inicial

Eu quero

Utilizamos cookies para fornecer uma melhor experiência para nossos usuários, consulte nossa política de privacidade.

Aceitar