assemblies in sub directory?

O

olduncleamos

Hi all,

I am in the process of trying to append a mini app to an existing site
in .NET 1.1. The mini app will be added in a sub directory. The
existing app uses a custom assembly build a couple of years ago. My
mini app, however, requires the updated version of that assembly.

Is there some way I can allow the two versions of the assembly to co-
exist side by side so that the existing app will continue to use the
original assembly but my app will be binded to the newer version?

Thank you for all your help in advance!
 
B

bruce barker

yes. your main app will have to host its own appdomain, then load the sub app
into the domain.

an easier approach is you host the subapp as a webservice.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top