T
Thom Little
In ASP.NET 1.1 I could control the name of the application. It had a
namespace and created a single DLL of the form namespace.dll.
This allowed me to easily install multiple applications in the same webspace
with no naming conflicts.
How can I introduce the application name the same way in ASP.NET 2.0 to
allow me to have two pre-compiled applications in the same webspace. In
essence, how can I control the name assigned by the ASP.NET 2.0 publish
operation?
Is there an article on the subject that you would recommend?
namespace and created a single DLL of the form namespace.dll.
This allowed me to easily install multiple applications in the same webspace
with no naming conflicts.
How can I introduce the application name the same way in ASP.NET 2.0 to
allow me to have two pre-compiled applications in the same webspace. In
essence, how can I control the name assigned by the ASP.NET 2.0 publish
operation?
Is there an article on the subject that you would recommend?