ASP.NET - [removed]

后端 未结 3 1891
温柔的废话
温柔的废话 2021-02-07 10:06

How do I redirect permanently in ASP DOT NET? I\'d like to do a 301 redirect from one page on my site to another page.

3条回答
  •  你的背包
    2021-02-07 10:13

    If you want to always redirect from one URL to another you can use the IIS rewrite module.

    In you web.config file, add the following:

    
      
        
        
      
    
    

提交回复
热议问题