user2688714
user2688714

Reputation: 11

How can I get code of aspx file?

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

Answers (1)

Baseleus
Baseleus

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

Related Questions