I installed MojoPortal in IIS 6.x and it runs fine. However if I install another copy of it on the server I get asp.net 4 conflicts and errors.
I don't use host headers and the only way I can run multiple instances is if i run each in it's own app pool. I would prefer to have them all running in the same app pool as we need to conserve RAM usage in IIS. We have several pools (asp.net 1,2, 4 etc) and we are seeing a performance hit now.
Host headers are not an option. Is it possible to run multiple copies on the same server without asp.net assembly conflicts?