反编译Asp.Net网站项目

发布于 2024-12-26 15:06:28 字数 199 浏览 2 评论 0原文

我们有一个生产应用程序,代码是预编译的形式。而且我无法访问任何源代码。我搜索了一些网站,他们建议使用 Reflector 来获取文件背后的代码。我到达了 cs 文件并通过更改 asp.cs 添加它们。但我没有到达 aspx.degigner.cs 文件。当我构建项目时,Dll 文件无法编译。他们的修改日期是旧日期。我知道我犯了一个错误,但我无法解决这个问题。对这个问题有什么想法吗?

we have an application in production and the code is in Pre-Compiled form. And I could'nt reach any source code. I searched a few web site, they suggest Reflector so used Reflector to get code behind files. I reached cs files and add them by changing the asp.cs. But I do not reached aspx.degigner.cs files. And when I build my project Dll files do not compile. Their modify date seen old date. I make a mistake I know but I could not solve this problem. Have any ideas on this issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

把时间冻结 2025-01-02 15:06:28

您可以通过右键单击 Web 应用程序项目并选择“转换为 Web 应用程序”来轻松重新创建设计器文件

You can easily recreate your designer files by right-clicking on your Web Application Project and choosing "Convert to web Application"

筱武穆 2025-01-02 15:06:28

您可以在 ASP.NET 临时文件位置找到已编译的二进制文件。

%SystemRoot%\Microsoft.NET\Framework\版本号\Temporary ASP.NET
文件

You can find the compiled binaries in the ASP.NET Temporary Files location.

%SystemRoot%\Microsoft.NET\Framework\versionNumber\Temporary ASP.NET
Files

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文