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

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -