Some one passed me a challege: why the website only runs .htm file, but not .asp?
when launch the website, say, http://database.mygroup.org, it runs the defaul home.asp page with "hello world". The physicial home.asp resides on c:\database; and the IE address bar shows http://database.mygroup.org; not http://database.mygroup.org/home.asp.
However, when I put a line of code to redirect to myfirstpage.asp, or, add a link as
My First Page, it shows the 404 file not found error; if I change both attmpts to myfirstpage.htm page, it works
The problem is: why the website only runs with .htm file, but not .asp?
Since I do not know the details of how the IIS had been configured, can any one here give me tips to point out why may be the resons, so that I can save my time to re-configure the IIS 5.0?
Many thanks.