i had
<configuration>
<system.web>
<httpModules >
<add name="BlahModule" type="blahModule" />
</httpModules>
</system.web>
</configuration>
instead of
<configuration>
<system.webServer>
<handlers>
</handlers>
<modules>
<add name="BlahModule" type="blahModule" />
</modules>
</system.webServer>
</configuration>
No comments:
Post a Comment