namespace UrlRewrite
{
    public class ModuleRewriter:BaseModuleRewriternamespace UrlRewrite.Config
{
    public class RewriterConfigSerializerSectionHandler:IConfigurationSectionHandler
    {<configSections>
  <section name="RewriterConfig" type="UrlRewrite.Config.RewriterConfigSerializerSectionHandler,UrlRewrite"/>
 </configSections>   <httpModules>
      <add type="UrlRewrite.ModuleRewriter,UrlRewrite"  name="UrlRewrite" />
    </httpModules>对应的DLL文件为UrlRewrite.dllDescription: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.Parser Error Message: The format of the file 'UrlRewrite' is invalid.Source Error:Line 10:  <system.web>
Line 11:   <httpModules>
Line 12:    <add type="UrlRewrite.ModuleRewriter,UrlRewrite" name="UrlRewrite" />
Line 13:   </httpModules>
Line 14:   <!--<httpHandlers>
Source File: D:\hshome\c291103\9isocang.com\web.config    Line: 12Assembly Load Trace: The following information can be helpful to determine why the assembly 'UrlRewrite' could not be loaded.