Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
We have a number of client sites and would like to append a virtual path to each of them.

Example, appending a help site:
www.contoso.com/client1/help
www.contoso.com/client2/help
www.contoso.com/client3/help

We want to create a single Help site, and have each client site pull that site into the client site. We do not want to direct the clients away from their site, like www.contoso.com/help, because each site is branded, and we also do not want to create a Help site under each client because they will all be the same, and we do not want to have to update 50 sites if there is a change.

Is this possible? I know using iframes is kind of a solution, but not ideal.
Posted

1 solution

I think what you need is an Application Page:

http://msdn.microsoft.com/en-us/library/ee231581.aspx[^]

Quote:
An application page is an ASP.NET Web page that is designed for use in a SharePoint Web site. Application pages are a specialized type of ASP.NET page. The primary difference between an application page and a standard ASP.NET page is that an application page contains content that is merged with a SharePoint master page. A master page enables application pages to share the same appearance and behavior as other pages on a site.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900