Setting Default URL in Web.Config for website

前端 未结 5 638
慢半拍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条回答
  •  孤城傲影
    2020-12-17 06:30

    in IIS->your site->right click->property->Default Document

    Set the default page that you want to open on load

提交回复
热议问题