Quantcast
Channel: Andrew Gunn's Blog
Viewing all articles
Browse latest Browse all 26

How do I add a HTTP module in ASP.NET?

$
0
0
<?xml version="1.0"?>
<configuration>
<system.web>
<httpModules>
<add name="ModuleName" type="ClassName, AssembleyName" />
</httpModules>
</system.web>
</configuration>

Example:

<add name="URLRewriter" type="HTTPModules.URLRewriter, HTTPModules" />

Viewing all articles
Browse latest Browse all 26

Latest Images

Trending Articles





Latest Images