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.
When you publish the web application, it compiles your code into a
single DLL
anyway. See How to publish a website.