我怎样才能获得aspx文件的代码?

时间:2022-05-24 16:31:07

I have a VS 2005 web site that I publish using "Publish Web Site", and I clear all the three checkboxes.I decomplile mypage.aspx.989dc2fb.compiled file by using .NET reflector 8.2.0 then I can't find mypage.aspx UI code and javascript code.How can I find those contents.Please help me.

我有一个VS 2005网站,我使用“发布网站”发布,我清除所有三个复选框。我使用.NET反射器8.2.0装饰mypage.aspx.989dc2fb.compiled文件然后我找不到我的页面.aspx UI代码和javascript代码。如何找到这些内容。请帮帮我。

1 个解决方案

#1


1  

Check out your publishing settings. Usually assemblies shouldn't include javascript or .aspx, so they must be in a raw form. Look for option "Allow precompiled site to be updatable".

查看您的发布设置。通常程序集不应包含javascript或.aspx,因此它们必须采用原始格式。查找选项“允许预编译的站点可更新”。

#1


1  

Check out your publishing settings. Usually assemblies shouldn't include javascript or .aspx, so they must be in a raw form. Look for option "Allow precompiled site to be updatable".

查看您的发布设置。通常程序集不应包含javascript或.aspx,因此它们必须采用原始格式。查找选项“允许预编译的站点可更新”。