Click to See Complete Forum and Search --> : How to make a particular page to appear by default


rag84dec
04-02-2008, 02:18 AM
Hi,
I have an ASP page whose location is "http://localhost/MatricsReloaded/adminindex.asp"...
I would like to just type "http://localhost/" or "http://localhost/MatricsReloaded" which
should take me to the "adminindex.asp".... how can i make this ??... is
there any configuration file available for that ??


THanks

Amahdy
04-02-2008, 11:09 AM
call it "default.asp" or "index.asp" ... it could be changed from the configuration of your server software ...

vasu84
04-09-2008, 12:29 PM
u can make a page as a default page by specifying it in the web.config file.