反编译Asp.Net网站项目
我们有一个生产应用程序,代码是预编译的形式。而且我无法访问任何源代码。我搜索了一些网站,他们建议使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过右键单击 Web 应用程序项目并选择“转换为 Web 应用程序”来轻松重新创建设计器文件
You can easily recreate your designer files by right-clicking on your Web Application Project and choosing "Convert to web Application"
您可以在 ASP.NET 临时文件位置找到已编译的二进制文件。
You can find the compiled binaries in the ASP.NET Temporary Files location.