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


rag84dec
04-02-2008, 02:17 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

yamaharuss
04-03-2008, 02:23 AM
If you have access to IIS you can specify the location there.

If not there are several options including placing the following code in your root/default.asp page.

server.execute("MatricsReloaded/adminindex.asp")