Hallo Matthias, nach meinen Erfahrungen, hat die Fehlermeldung als solches weniger mit deinen Einstellungen zu tun. Du hat in deiner Anwendung einen - sagen wir mal technischen - Fehler gemacht. Es w�re interessant zu wissen, WIE du "Hello World" erstellt hast - da liegt die Ursache deines Problems.
Vielleicht kannst du das noch etwas genauer beschreiben (zB. mal deinen Codeausschnitt). Hast du wirklich nur eine Standardseite mit VS.NET erstellt und im Page_Load() deine Ausgabe definiert? Gru� Rene ----- Original Message ----- From: "mbecker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 22, 2003 9:59 PM Subject: [Asp.net] Warum geht das nicht?? > Hallo! > > Nu will ichs denn auch mal mit .NET probieren, aber ich hab da ein > Problem, an dem ich langsam verzweifel: > > Aaalso: Ich habe einen W2K Server mit IIS, FP2002 Extensions und dem > Framework SDK. Auf diesem richte ich ein neues Web ein. Dann (von meiner > WST aus) mit Visual Studio .NET ein neues Projekt erstellt (auch schon > mit Webmatrix, aber gleiches Ergebnis). > > Dann eine default.aspx, die nur ein 'Hello World' enth�lt. Wenn ich nun > die Seite im Browser (dev.domain.tld) aufrufe kommt: > > 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". > > Wenn ich nun in der web.config customErrors=Off setze, hab ich den > gleichen Fehler. Woher kommt das Teil denn nun? > > Danke f�r jede Idee > > Mathias > > _______________________________________________ > Asp.net mailing list > [EMAIL PROTECTED] > http://www.glengamoi.com/mailman/listinfo/asp.net > > _______________________________________________ Asp.net mailing list [EMAIL PROTECTED] http://www.glengamoi.com/mailman/listinfo/asp.net
