c# - ASP_Merge resulting dll Default Namespace -


i'm trying merge aspx , ascx in single dll asp_merge.exe... working, , did create dll. problem is, merger creates default namespace name "asp" , inside compiled ascx , aspx.

what need change "asp" namespace "mycustomnamespace". there way this?

thanks in advance.

when publish web application, compiles code single dll anyway. see how publish website.


Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -