Redirecting default.aspx to root virtual directory

后端 未结 6 618
自闭症患者
自闭症患者 2020-12-15 08:34

I have a simple ASP.NET 3.5 application running under IIS7 under a virtual directory. So the URL of my app is like http://example.com/app. I want to 301-redirect the request

6条回答
  •  我在风中等你
    2020-12-15 09:13

    Use this code in your default.aspx page

    
    

提交回复
热议问题