I am developing a complete custom SharePoint Portal... We are using C# & ASP .NET to create the webparts.
I want to create seperate landing pages for ADMIN & NORMAL USER.... How do i achieve this using custom code.
One of the Ideas I have is. Create a empty landing page & add a empty Webpart on that page & this webpart will be having the code to do the following: - Read the detailes of logged in user using SP API's - Check if he is part of ADMIN or NORMAL USER group in SharePoint. - If he is part of ADMIN then redirect him to pa