Question: How can I make the Welcome page the default page for all SalesLogix Web users?
Answer: Out-of-the-box this is a per user setting. However, it is possible to change it so that you can force all users to a certain place once logged in. In the Support Files, open SmartPartsOptionsOptionRedirector.ascx.cs. In this file you’ll see code in the Page_PreRender that reads the user’s setting and then redirects to that area. You can replace that code to redirect all users to welcome.aspx if you would like to control that.



