Pages

Monday, June 11, 2012

Disable default language selection control in MOSS

Product Apply : Microsoft Sharepoint Server 2007
Not for WSS 3.0 

Below are the steps that how I disabled the default language selection control in my site.

1. Open the folder “C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\CONTROLTEMPLATES”
2. Open “VariationsLabelMenu.ascx” file.
3. Comment this line “<%–” IsCallbackMode=”true” runat=”server” />–%>”
4. Save changes and close the page.
5. Restart your IIS.
6. Default language selection control will be gone away.


*****AS IS*****

Wednesday, June 6, 2012

Exchange OWA not working

Exchange OWA not working

Ok, I was having a problem with some .net side by side errors so i uninstalled and reinstalled 2.0,3.0 and 3.5 .net framework. Now OWA will not show the login page. HTTPS://mail.provmedgroup.com/owa . Please help me.

My Suggestion : - 

You may need to rebuild the OWA , Run this command in the Exchange Management shell:
 Get-OwaVirtualDirectory |fl >Owavdir.txt
This provides an output file that can be used as a reference when you re-create the OWA virtual directories For Exchange Server 2007
Run EM Shell , Deletion of OWA Virtual dir:
    Remove-OwaVirtualDirectory
"exchange (default web site)"
    Remove-OwaVirtualDirectory "public (default web site)"
    Remove-OwaVirtualDirectory "exchweb (default web site)"
    Remove-OwaVirtualDirectory "owa (default web site)"
Recreation:
New-OwaVirtualDirectory "exchange" -OwaVersion Exchange2003or2000 -VirtualDirectoryType Mailboxes -WebSiteName "Default Web Site"
New-OwaVirtualDirectory "public" -OwaVersion Exchange2003or2000 -VirtualDirectoryType PublicFolders -WebSiteName "Default Web Site"
New-OwaVirtualDirectory "exchweb" -OwaVersion Exchange2003or2000 -VirtualDirectoryType Exchweb -WebSiteName "Default Web Site"
New-OwaVirtualDirectory -name "owa" -OwaVersion Exchange2007 -WebSiteName "Default Web Site" –InternalURL https://internalURL/owa -ExternalURL https://externalURL/owa

Incase you are different version of Microsoft Exchange then please see http://support.microsoft.com/kb/941201/en-us