Errore nell'apertura della pagina ki lo conosce?

venerdì 30 giugno 2006 - 11.38

bluland Profilo | Guru

ho pubblicato la mia web apply sul server (windows 2000 server) ma solo da alcuni Pc (di produzione win xp pro), non si apre la pagina anzi mi da il seguente errore, invece se da questi Pc la apro dal mio Pc (quindi locale win xp pro) funziona.
ecco l'errore:

Server Error in '/Ord' 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>

idee?
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>

idee??

micto27 Profilo | Senior Member

hai già provato con la seguente configurazione?

<customErrors mode="Off"/>

Potresti avere qualche informazione in più sull'errore che si è verificato

ciao, Michele

bluland Profilo | Guru

no, provo e ti faccio sapere grazie

edit l'ho messo ad Off e sembra che ora non dia problemi bah!!
grazie
Partecipa anche tu! Registrati!
Hai bisogno di aiuto ?
Perchè non ti registri subito?

Dopo esserti registrato potrai chiedere
aiuto sul nostro Forum oppure aiutare gli altri

Consulta le Stanze disponibili.

Registrati ora !
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5