i am use Intelligencia.UrlRewriter.dll file in web config
when i use
My web config file
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter"/>
</configSections>
<appSettings/>
<connectionStrings>
</connectionStrings>
<system.web>
<customErrors mode="Off"/>
<httpModules>
<add name="UrlRewriter" type="Intelligencia.UrlRewriter.RewriterHttpModule, Intelligencia.UrlRewriter"/>
</httpModules>
<compilation debug="true" targetFramework="4.0"/>
<!--<authentication mode=" ...
Go to the complete details ...