Translation of "HTTP modules" in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
After the handler has processed the request, the request flows back through the HTTP modules.
Nachdem der Handler verarbeitet hat die Anforderung, die Anforderung fließt über die HTTP-Module zurück.
Request validation will also be active when custom HTTP modules are running in the request processing pipeline. As a result of this change, requests for resources other than.aspx files might throw request validation errors.
Die Anforderungsvalidierung wird auch aktiv, wenn benutzerdefinierte HTTP-Module in der Pipeline zur Anforderungsverarbeitung ausgeführt werden.Aufgrund der Änderung lösen Anforderungen von anderen Ressourcen als ASPX-Dateien unter Umständen Anforderungsvalidierungsfehler aus.errors.
Such reuse and maintainability is quite possible with HTTP modules and handlers.
Eine solche Wiederverwendung und Wartbarkeit ist bei HTTP-Modulen und -Handlern ohne weiteres möglich.
To demonstrate the componentization possible with HTTP modules and handlers, we examined ELMAH, a centralized error logging and mailing application.
Zur Demonstration der mit HTTP-Modulen und -Handlern möglichen Komponentenbildung wurde ELMAH untersucht, eine zentrale Fehlerprotokollierungs- und E-Mail-Anwendung.
The type attribute for the HTTP handler is expressed using the same syntax options as with HTTP modules.
Das Attribut type für den HTTP-Handler wird mit den gleichen Syntaxoptionen wie bei HTTP-Modulen ausgedrückt.
The simple deployment and reusability of ELMAH is due to the fact that it is componentized using HTTP modules and handlers.
Die einfache Weitergabe und Wiederverwendbarkeit von ELMAH beruht auf der Komponentenbildung mithilfe von HTTP-Modulen und -Handlern. Zum Seitenanfang
ELMAH illustrates how HTTP modules and handlers can be used to provide a high degree of componentization for code that is orthogonal to the Web application (such as application-wide logging).
ELMAH ist ein Beispiel dafür, wie mithilfe von HTTP-Modulen und -Handlern Code, der in einer Webanwendung an verschiedensten Stellen eingesetzt werden kann (beispielsweise zur anwendungsweiten Protokollierung), in Komponenten umgewandelt werden kann.
For now, just understand that HTTP modules are classes that can be configured to run in response to events that fire during the request for an ASP.NET resource.
Vorläufig müssen Sie lediglich wissen, dass es sich bei HTTP-Modulen um Klassen handelt, die so konfiguriert werden können, dass sie auf Ereignisse reagieren, die während der Anforderung einer ASP.NET-Ressource ausgelöst werden.
Two ASP.NET reuse tools that don't get much attention are HTTP modules and handlers.
Zwei ASP.NET-Wiederverwendungstools, die oftmals nicht beachtet werden, sind HTTP-Module und -Handler.
To configure the HTTP modules for a Web application, include an<httpModules>section to the Web.config file that specifies the type of the module to add
Zur Konfiguration der HTTP-Module für eine Webanwendung fügen Sie einen<httpModules>-Abschnitt in die Datei Web.config ein, mit dem der Typ des hinzuzufügenden Moduls angegeben wird
Note When an unhandled exception occurs in an ASP.NET Web service, the Error event is not bubbled up to HTTP modules and thus ELMAH.
Hinweis Wenn in einem ASP.NET-Webdienst eine nicht behandelte Ausnahme auftritt, wird das Ereignis Error nicht an HTTP-Module und damit auch nicht an ELMAH weitergeleitet.
Summary: In this article, Scott Mitchell and Atif Aziz show how you can use HTTP modules and handlers to add error logging to your ASP.NET applications.
In diesem Artikel erläutern Scott Mitchell und Atif Aziz, wie Sie ASP.NET-Anwendungen mithilfe von HTTP-Modulen und -Handlern um eine Fehlerprotokollierung erweitern.
For more information about the IIS modules API, see Native-Code HTTP Modules.
Weitere Informationen zur API der IIS-Module finden Sie unter HTTP-Module mit systemeigenen Code (diese Seite ist möglicherweise auf Englisch).