HttpModule not running with Visual Studio

前端 未结 3 937
一整个雨季
一整个雨季 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:14

    Cassini, the development web server provided with IIS uses the IIS6 module syntax, so you must duplicate the module add like so

    
      
        
      
    
    
    
    
      
      
        
        
      
    
    

    Note that I've also added a precondition to your IIS7 settings

提交回复
热议问题