ASP_Merge resulting dll Default Namespace

108 Views Asked by At

I'm trying to merge all my aspx and ascx in a single dll with ASP_Merge.exe... it is working, and i did create the dll. My problem is, this merger creates a default namespace with the name "ASP" and inside are all the compiled ascx and aspx.

What i need is change this "ASP" namespace to "MyCustomNamespace". Is there a way to do this?

Thanks in advance.

1

There are 1 best solutions below

1
On

When you publish the web application, it compiles your code into a single DLL anyway. See How to publish a website.