Translation of "HTTP-Module" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Nachdem der Handler verarbeitet hat die Anforderung, die Anforderung fließt über die HTTP-Module zurück.
After the handler has processed the request, the request flows back through the HTTP modules.
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.
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.
Zwei ASP.NET-Wiederverwendungstools, die oftmals nicht beachtet werden, sind HTTP-Module und -Handler.
Two ASP.NET reuse tools that don't get much attention are HTTP modules and handlers.
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
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
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.
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.
Während des Lebenszyklus der Anforderung werden unter Umständen mehrere HTTP-Module ausgeführt. Dies ist davon abhängig, welche Module registriert wurden und welche Ereignisse von ihnen abonniert wurden.
During the request lifecycle, one or more HTTP modules may execute, depending on what modules have been registered and what events they have subscribed to.
Aus diesem Grund eignen sich HTTP-Module und -Handler sehr gut für die Wiederverwendung sowie dafür, Anwendungen in lose gekoppelte, problemlos verwaltbare Komponenten zu zerlegen.
This is why HTTP modules and handlers are a great tool for reuse, and afford a means to componentize your application into loosely-coupled, highly maintainable pieces.
Diese Konfiguration ist in der Regel anzutreffen, wenn eine Anwendung die Verwendung der auf Machine.config-Ebene definierten HTTP-Module nicht zulässt und stattdessen die Liste löscht und eine neue Liste definiert, die speziell für die betreffende Anwendung gilt.
This configuration normally occurs when an application does not want to use the HTTP modules that are defined at the Machine.config level, but instead wants to clear the list and then define a new list that is specific to the current application.
Weitere Informationen zur API der IIS-Module finden Sie unter HTTP-Module mit systemeigenen Code (diese Seite ist möglicherweise auf Englisch).
Konfigurieren der Webanwendung für die Verwendung der HTTP-Module und -Handler von ELMAH.
Hinweis Weitere Informationen über HTTP-Module sowie über deren Verwendung zum Umschreiben von URLs finden Sie unter URL Rewriting in ASP.NET (in Englisch).
Note For more information on HTTP modules, including a look at how to use HTTP modules to implement URL rewriting, check out URL Rewriting in ASP.NET.