私は給与管理システムを作成するプロジェクトに取り組んでいます。次の問題があります: asp ファイル内にリンクを作成しようとすると、たとえば
.
.
if Found = 1 then
response.write("Welcome " & rec("firstname") & " " & rec("lastname"))
%>
<br><a href="admin_home.html">Click to continue....</a>
<%
else
%>
.
.
リンクをクリックすると、次のエラーが表示され続けます。
HTTP Error 404.4 - Not Found
The resource you are looking for does not have a handler associated with it.
Module IIS Web Core
Notification MapRequestHandler
Handler Not yet determined
Error Code 0x80070002
Requested URL http://localhost:80/Project/Home.html
Physical Path C:\inetpub\wwwroot\Project\Home.html
Logon Method Anonymous
Logon User Anonymous
ASPファイルを介したhtmlファイルへの他のリンクと同じ問題。ご意見をお聞かせください。