Thanx up front, I converted all of the Exchange forms that I have in our org. They were migrated to the webdata directory as should. The problem is that the root.asp page is missing the code to call the forms. Here is what is in place. Can anyone tell me the code I need to open the forms directory and access them. if (iStore == 3) { // GOTO TOP OF Contacts MF.location="<%=bstrVirtRoot%>/contacts/main_fr.asp?store=0&obj=" + contactsFID; fNeedReload = true; }else if (iStore!=2){ // GOTO TOP OF Public or Private Folders MF.command_fr.location="<%=bstrVirtRoot%>/inbox/commands.asp?store="+iStore+"&command=newfolder"; }else { // REFRESH CAL self.main_fr.location="<%=bstrVirtRoot%>/calendar/main_fr.asp?view="+iCalView+"&obj=<%=bstrDefaultCalendarFolderID%>"; fNeedReload = true; Again Thanx up front, -- Wayne