Elsinore

User Forum

www.screenconnect.com
Welcome Guest Search | Active Topics | Log In | Register

Tag as favorite
Configure Screen Connect to run a separately branded portal under the same license
tucker@atb-tech.com
#1 Posted : Monday, February 20, 2012 4:35:36 PM
Rank: Newbie
Joined: 2/20/2012
Posts: 1
Location: St. Louis
We have a potential new client coming onboard. We would be providing support for their software product. We would like to use Screen Connect for any remote sessions we need. The question is…is there a way to run a separately branded portal under the same license? We want to keep our own branded site but need to create a separate branded support site for them. In addition the websites would be different and not a subdomain of ours, i.e. www.company1.com and www.company2.com.
Jake Morgan
#2 Posted : Wednesday, February 22, 2012 4:10:13 PM
Rank: Administration
Joined: 4/9/2010
Posts: 872
You could run two instances of the Web Server service, both pointing to the same session manager and configured to use the same Relay.

Or you could detect the host header in program code and make the appropriate changes. You may want to just use different resx files. Here is how to do it not based on language:
http://stackoverflow.com...based-on-some-parameter

Or a hack would be just to put each customization in a different "dummy" language and set the language based on host header.

It really depends on how extensive your customizations are.
bafadam
#3 Posted : Thursday, February 23, 2012 10:59:47 PM
Rank: Newbie
Joined: 2/23/2012
Posts: 1
Location: STL
Jake-

I read through and tried to accomplish the multiple resx files trick you have listed below. After I created the new resx file by copying the old one and renaming it, I tried switching the localization to it and it accepts it, but doesn't load the separate resx.

Do you know if I need to do something else to register the resx file so that the program will accept it?

Failing that, is there a guide for installing two instances of the session manager so that I can run dual websites?
LaSepp
#4 Posted : Thursday, March 01, 2012 10:12:47 AM
Rank: Member
Joined: 7/22/2011
Posts: 13
Location: Regensburg
How about a simple trick:

1. Create a new Folder in SC Folder App_Themes called PortalBrand
2. Create Default.css with contents:
Code:
@import url("../Base.css");
@import url("../Embedded.css");

.OuterPanel{
  width: 500px;
}

.HeaderPanel{
  display: none;
}

.FooterPanel{
  display: none;
}

3. Build your branded Site, put an <iframe> in it with URL http://your-sc-url:8040/?Theme=PortalBrand

This way we integrated SC into our Homepage.
Users browsing this topic
Guest
Tag as favorite
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.