자동으로 생성된.aspx 파일, 접근 중 오류 해결 방법

default.aspx
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>    </title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
   
    </div>
    </form>
</body>
</html>


이 파일은 누르면 브라우저에서 볼 때 오류가 발생합니다
 
해결 방법은 Visual Studio 2005 명령 프롬프트를 켜는 것입니다.
aspnet 입력regiis -i 또는 차, 이 명령은 IIS를 재설치하여 문제 해결
 
E:\Program Files\Microsoft Visual Studio 8\VC>aspnet_regiis -i ASP 설치를 시작합니다.NET (2.0.50727)...............................................ASP.NET(2.0.50727)가 설치되었습니다.
E:\Program Files\Microsoft Visual Studio 8\VC>
 
검은 머리http://heisetoufa.iteye.com

좋은 웹페이지 즐겨찾기