Setting Default URL in Web.Config for website

前端 未结 5 629
慢半拍i
慢半拍i 2020-12-17 05:49

When users navigate to my site, I want it to display :

http://example.com 

and not:

http://example.com/default.aspx
         


        
5条回答
  •  -上瘾入骨i
    2020-12-17 06:32

    It's possible (indeed encouraged) with IIS7, but the only way I'm aware of to do this in IIS6 is ugly urlmapping tricks:

    
      
        
      
    
    

提交回复
热议问题