Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My client needs have multiple agencies with their respective branding(look and feel). Client wants to implement the intranet in such a way that whenever a user logs in SharePoint, they should see their own branding(their own set of colors and pictures) across the SharePoint environment. For eg., user A works for agency A and agency A uses Red, so when user A logs in to the intranet, he should see the whole intranet with Red branding.

So its changing the CSS/masterpage based on the agency to which the user belongs.

Can someone points me to the right direction on how to go about this?

Thanks in advance.
Posted

1 solution

Created a HTTP Handler, checked the user permission in it and on Page pre_Init(), loaded the respective CSS. Hence problem resolved !!
 
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