Re: Multiple installs per machine

Conversion Booster.NET

Multiple installs per machine


Anonymous 03-21-2006, 11:50
If I have two websites on one machine, what is the recommended way to go about making it work?  For example:

site1.com/conversionbooster -- > conversionbooster database1
site2.com/conversionbooster -->  ?

Can i use the same database...do I have to do an entire new installation?

Please help,

Scott

Re: Multiple installs per machine


admin 03-23-2006, 0:48

You can use one database, especially if you are wanting to share test elements across different sites.

However, by doing so, you can run into some confusion in the reporting due to different pages with the same name on the different sites.  This may not be of concern to you depending on whether you are wanting to track performance at a page level, or at a test level.

You can use different databases or the same one simply by keeping or changing the connection string in the web.config settings.

 

 


Roger Willcocks
Software Engineer MSCD.NET
L-Space Design
http://www.l-space-design.com/
"Putting your experience to work"

Re: Multiple installs per machine


admin 04-05-2006, 3:09

Another variation of this would be to specific different 'objectQualifiers' in the web.config files, which would then generate two completely separate sets of objects in the database, effectively giving you two installations, but using the same database.


Roger Willcocks
Software Engineer MSCD.NET
L-Space Design
http://www.l-space-design.com/
"Putting your experience to work"
© L-Space Design Limited 2005

Powered by Community Server, by Telligent Systems