Where to put my created class?

L

Lasse Edsvik

Hello

I have like 5 domains on my webserver that shall use a class that i've just
compiled.

where do I put it so all 5 can use it? I dont want to copy 5 copies of it to
each domain....... it'll be a drag when something needs to be updated in
it....... and number of domains might grow.....

TIA
/Lasse
 
P

Patrice

You could consider putting it in the GAC (see for example
http://www.123aspx.com/redir.aspx?res=29946)

That said depending upon what it is note that you could also have a copy on
each web if most of the time you update just to add new features to a new
web application without and that would be of no use in past applications...

Patrice
 

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

Top