Disabling Outlook Integeration

C

Chris Walsh

How can you disable the outlook integeration with Project Server 2003??

I need to remove the link from the Front page and the task pag

thanks
 
E

Ellen

You will need to edit the code in Homepage.asp to remove the Outlook link on the PWA home page. Homepage.asp is located at C:\Program Files\Microsoft Office Project Server 2003\IIS Virtual Root\HOME. Make a back up copy of Homepage.asp to restore if you mess up. Search for Images/homepage.gif in the Homepage file, thats the Outlook gif on the home page. I replaced the gif with my company logo and commented out the bullet and the outlook addin link with an HTML tag. I did not get rid of the Outlook menu item on the Tasks page as we may eventually use it. Instead I altered the page that the menu link takes you to. Look for the page called Outladdn.asp in C:\Program Files\Microsoft Office Project Server 2003\IIS Virtual Root\TASKS. I removed the code that takes the user to the Outlook add in and replaced it with text reading "That feature is not enabled".
Hope this help
Elle
 
Top