I want to make as the start page of my site a .asp page. By default the page
appearing if someone types www.mydomain.com is index.htm. How can I make
this page to be index.asp?
Thanks!
Of course, if you don't have access to the IIS admin pages, you could always
upload an index.htm file that simply has this:
<meta http-equiv='refresh' content='0;url=default.asp'>
--
www.aspfaq.com / www.perfhound.com
"Aqua" <aquamari...@hotmail.com> wrote in message
news:ah8q0k$kvk$1...@usenet.otenet.gr...
~Brain Child~
"Aqua" <aquamari...@hotmail.com> wrote in message news:<ah8q0k$kvk$1...@usenet.otenet.gr>...
--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
..Offering free scripts & code snippits for everyone...
---------------------------------------------------------
"Brain Child" <groovi...@yahoo.com> wrote in message
news:78774737.02071...@posting.google.com...
or just:
index.asp
perhaps others as wel.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
That depends... if someone modified IIS and default.asp is no longer in the
list, or if it's farther down the list than index.htm, it will never load...
--
www.aspfaq.com / www.perfhound.com
Problem solved! I used the default.asp as a default page, and everything
worked fine.
Thanks!
"Aqua" <aquamari...@hotmail.com> wrote in message
news:ah8q0k$kvk$1...@usenet.otenet.gr...