How to make page dispay regardless of file extension

  • Thread starter Thread starter CSINVA
  • Start date Start date
C

CSINVA

All my pages are .aspx, I want to be able to have people just type in
the page name without having to type in .aspx, I know I can do this, I
jst can't remember where I configure the default extensions. I have a
hsoted account on GoDaddy, so it's not local.
 
CSINVA said:
All my pages are .aspx, I want to be able to have people just type in
the page name without having to type in .aspx, I know I can do this, I
jst can't remember where I configure the default extensions. I have a
hsoted account on GoDaddy, so it's not local.

What you see is the default opening page for a particular website. For
example if you went to www.mysite.com/Whatever the server will check for the
default document(s) for that site and route you to that page.

LS
 
Back
Top