Cnfigurazione sito su aruba

venerdì 21 aprile 2006 - 16.45

maxsub71 Profilo | Newbie

Ciao a tutti ho provato a configurare un mio sito su Aruba e una volta lanciata la home mi ha dato il seguente errore :

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>

Qualcuno mi puo dire come poter risolvere questo problema

Ciao a tutti e grazie

max

alx_81 Profilo | Guru

devi andare sul web.config e mettere nella sezione customerrors il customerror = "Off"
me l'ha dato anche a me.. =)
Alx81 =)

maxsub71 Profilo | Newbie

grazie mille per l'informazione ora ho un secondo problema :

Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:


Line 37: Microsoft che offre una singola procedura di accesso e servizi di profilo di base per i siti membri.
Line 38: -->
Line 39: <authentication mode="Windows" />
Line 40:
Line 41:


Source File: D:\Inetpub\webs\roma-romecom\miosito\web.config Line: 39



Show Additional Configuration Errors:


It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (D:\Inetpub\webs\roma-romecom\miosito\web.config line 72)


Cosa posso fare per risolverlo?

Ciao
max

alx_81 Profilo | Guru

apri un ticket ad aruba..
se il web.config da te va.. fallo..
ti rispondono svelti =)
Alx81 =)

Jertix Profilo | Newbie

Avevo lo stesso errore su Aruba in una sottocartella, ho eliminato il file web.config dalla sotto cartella e la pagina ha funzionato subito.


Luigi Tedde
www.jertix.org
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