Link to home
Start Free TrialLog in
Avatar of joshim_
joshim_

asked on

Adding a Link to Remote Web Workplace (SBS2003)

Hi everyone, I'm hoping to get some advice from the experts on SBS2003 Remote Web Workplace. Is there a way to add links to RWW easily, i'm not a scripting person but can follow instructions well...I wanted to firstly add two external links on the homepage of RWW for normal users.

Also I wanted to either amend the link that points to companyweb to WSS3.0 on a another server or add a link which points to my server which is hosting WSS3.0. I have had a look in IIS but didnt know what to fiddle with as the pages were .aspx.

Any pointers will be much appreciated.


- Josh
Avatar of Husbi
Husbi

you need to modify logon.aspx from C:\Inetpub\Remote to add link to RWW.

Put this code inside <body>  </body> in logon.aspx

Home Page <a href="http://www.domain.com/">Intranet Site</a>
Avatar of joshim_

ASKER

Thanks, i'll give that a go and let you know how it goes.
Avatar of joshim_

ASKER

Hi,

Adding the link to logon.aspx makes a hyperlink on the root of Remote Web workplace, which is useful, but how do I add a link when a user logs on to RWW, it looks like loads default.aspx, and the entries are being pulled of from web.config. I have no idea what to amend or add in these files, if they are the correct one. Or even amend the link that points to companyweb.


- Josh
ASKER CERTIFIED SOLUTION
Avatar of Husbi
Husbi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of joshim_

ASKER

Hi, thank you for that information. I added the links and its a great help. I've placed it into tables and it looks pretty now.

One more question while we are still on the subject, if I installed Windows Sharepoint Services on a member server called "Test", adding a link called http:\\Test\default,aspx seems to resolve to my SBS server and CompanyWeb (WSS 2). Any idea how I can go straight to the WSS 3.0 site from within Remote Web Workplace.


- Josh