HttpModule not running with Visual Studio

前端 未结 3 928
一整个雨季
一整个雨季 2020-12-30 00:36

I am using an HttpModule to do some URL shortening on my site. I am using Visual Studio 2008 and IIS 7, and .Net 3.5.

When the module is specified in the sys

3条回答
  •  借酒劲吻你
    2020-12-30 01:11

    Did you try also putting the module declaration in the element? When running in dev using Cassini, that's usually the place I have to put modules to get them running.

提交回复
热议问题