asp.net, url rewrite module and web.config

前端 未结 3 389
不思量自难忘°
不思量自难忘° 2020-12-05 00:09

i\'m using ASP.net with .NET 3.5 on IIS7 (Vista) with the URL Rewrite Module from Microsoft.

This means, that i have a


             


        
3条回答
  •  再見小時候
    2020-12-05 00:44

    I believe you need to define the module in your web.config like this:

    
        
            
        
    
    

    Update: Intellisense can be setup here:

    http://ruslany.net/2009/08/visual-studio-xml-intellisense-for-url-rewrite-1-1/

    Update: Verify that the sectionGroup is identified in %systemroot%\system32\inetsrv\config\applicationHost.config:

    
        

提交回复
热议问题