|
charliegadget -> RE: Exchange 2007 OWA Problems (16.Apr.2008 11:29:41 AM)
|
here's what i did to solve the problem on my server: This needs to be done on the CAS server role a) In the Exchange management console, I copied all the properties of OWA. Go to "server configuration\ClientAccess", then pick up the correct server, then "OWA" tab, right click owa (default web site): properties . I had to restore them later on. b) use the Exchange Management shell and run the following: (please refer to http://technet.microsoft.com/en-us/library/aa998624.aspx for details) 1) Get-OwaVirtualDirectory -Server <servername> to check the settings 2) Remove-OwaVirtualDirectory -Identity <VirtualDirectoryIdParameter> to remove the existing virtual dir (only owa in this case, I didn't touch the others) 3) New-OWAVirtualDirectory --Name "owa" (I only used the -name parameter, that worked for me) c)Go back to the management console and restore properties of owa. d) restart IIS via command iisreset /noforce Web Outlook was running again after that. Good luck
|
|
|
|