Reputation: 11
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.
Upvotes: 1
Views: 418
Reputation: 162
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".
Upvotes: 1