How do i specify what page should be loaded first in my asp project? I have a directory structure:
/root/myproject/my.asp
I currently have a index.html page in the root directory that redirects to the my.asp when somebody browses to my site. How can I eliminate this step and have my.asp be the first file processed?
/root/myproject/my.asp
I currently have a index.html page in the root directory that redirects to the my.asp when somebody browses to my site. How can I eliminate this step and have my.asp be the first file processed?