我是ASP的新手,只是继承了一个数据库应用程序。我可能遇到最基本的问题......如何设置文件结构。
我已经确认我找到了正在处理的页面的正确.aspx文件,但它只是模板。我正在寻找该文件背后的代码。
页面以:
开头<%@ Page Title="" Language="C#" MasterPageFile="~/print.Master" AutoEventWireup="true"
CodeBehind="Servicecallreport.aspx.cs" Inherits="CrisisSupportApp.Secure.Reports.BriefSummaryReport" %>
我已经搜索了&#34; Servicecallreport.aspx.cs&#34;和&#34; CrisisSupportApp.Secure.Reports.BriefSummaryReport&#34;在服务器上,我什么都没得到。
我应该在哪里寻找这些.asp.cs文件?
答案 0 :(得分:2)
寻找像git,subversion或TFS这样的版本控制系统。代码很可能在那里。 ASP.Net根本不需要将这些代码文件部署到Web服务器,而是允许您预编译它们。
答案 1 :(得分:1)
尝试: (你的根本是什么)\ CrisisSupportApp \ Secure \ Reports \ BriefSummaryReport.cs