hide page url asp.net
问题 I want to hide page name in browser. For example; www.mysite.com/page1.aspx www.mysite.com/page2.aspx www.mysite.com/page3.aspx I want to appear all sites like this: www.mysite.com How can I do this in asp.net 3.5 with IIS 6.0. Thanks 回答1: See ScottGu's explanation about this issue here : Tip/Trick: Url Rewriting with ASP.NET 回答2: use ajax to load your content or use one big <frameset> . But, don't do it . It will break the possibility for users to make bookmarks, make it harder / impossible