Setting Default URL in Web.Config for website

前端 未结 5 630
慢半拍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:38

    Either you set the default page in your IIS or inside your solution explorer by right-clicking and selecting "Set as start page".

提交回复
热议问题