Ho un account sul server Aruba su piattaforma Windows.
Ho creato con Visual Studio 2008 un piccolo sito costituito da default.aspx, default.aspx.vb e web.config che funzionano in local host perfettamente.
Se le salvo sul server Aruba e tento di aprire il sito ottengo puntualmente questo errore:
Ho scritto ad Aruba e ho ottenuto questa risposta: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".
Non ho capito molto: qualcuno può darmi una mano?Gentile cliente,
l'errore :
Could not load file or assembly 'MyApplicationOne.Web' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.BadImageFormatException: Could not load file or assembly 'MyApplicationOne.Web' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
Le ricordo che l'applicazione deve essere situata in ROOT e che non si creano virtual directory.
Questo significa che il file di configurazione "web.config" deve essere uno e situato sulla ROOT (cartella nominata come il dominio), tutte le dll devono essere all'interno della cartella BIN anch'essa in ROOT .
Il livello di sicurezza immodificabile è impostato su MEDIUM TRUST .

Rispondi quotando
