为什么我不;编译后,无法查看文件夹中的任何文件或子文件夹:Temporary ASP.NET Files

本文关键字:文件夹 文件 任何 Files NET ASP Temporary 为什么 编译 | 更新日期: 2023-09-27 18:26:10

我有一个文件FirstPage.aspx,然后进行调试,但我在Temporary ASP.NET Files文件夹中看不到任何自动生成的内容:

为什么我在文件夹中看不到任何文件或子文件夹:编译后的临时ASP.NET文件

请告诉我为什么?

<%@ Page Language="C#" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"ewsdf>
<script runat="server">
    void Page_Load()
    {
        lblServerTime.Text = DateTime.Now.ToString();
    }
</script>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>First Page</title>
</head>
<body>
    <form id="form1" runat="server">
        <div>
            Welcome to ASP.NET 4.0! The current date and time is:
            <asp:Label
                ID="lblServerTime"
                runat="server" />
        </div>
    </form>

为什么我不;编译后,无法查看文件夹中的任何文件或子文件夹:Temporary ASP.NET Files

我可以在C:''Users''MyName''AppData''Local''Temp''Temporary ASP.NET Files''root''e9c94091''d023916f中看到这个文件夹但是,如果您使用不同的操作系统或ASP.NET配置,您的文件可能会存储在其他地方(…''root''xxxxxxxx''xxxxxxxx)