Gå til innhold

Server Error in '/' Application - Runtime Error


Anbefalte innlegg

Hei.

 

Jeg er ganske ny med asp.net, og håper at noen kan hjelpe meg med dette...

Får denne feilmeldingen når jeg prøver å vise applikasjonen min i nettleseren.

 

"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>"

 

 

Har endret customerrors-taggen, men ingen endring.

Jeg har googlet feilmeldingen, men har ikke kommet noe lengre med det.

 

Kan noen hjelpe meg?

Lenke til kommentar
Videoannonse
Annonse
Hva med å begynne med det det står at du skal gjøre i feilmeldingen, og sette customErrors til Off?

 

 

Det har jeg gjort.

Akkurat denne feilmeldingen er borte nå. Men har fått en ny istedet.

 

"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 9:

Line 10:

Line 11: <authentication mode="Forms" />

Line 12:

Line 13:

 

 

Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 "

 

1.

Jeg har lagt en virtuell mappe i IIS7, som jeg har konvertert til en applikasjon.

Denne viser til en mappe hvor hele applikasjonen ligger.

 

2.

Har lastet opp applikasjonen+bin-mappa via Flash FXP.

 

3.

Har ingen doble web.config filer. Har kun en i root-mappa.

 

 

Hva annet kan jeg gjøre da?

Endret av mmoXn
Lenke til kommentar

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
  • Hvem er aktive   0 medlemmer

    • Ingen innloggede medlemmer aktive
×
×
  • Opprett ny...