Archive

Archive for January 31, 2012

Debugging Web Server issues resulting in HTTP 1.1 500 Server Error

January 31, 2012 Leave a comment

On Server Side: Enable IIS Web Page Debug Logging:

  1. Enable Debug Mode in web.Config
  2. Disable CustomErrors Mode in web.Config

image

 

On Client Side: Enable Detailed IIS Logging (i.e., disable “show Friendly HTTP error messages”):

image

 

Playing around with Web Servers and Web Sites Configuration Files (Web.Config):

In the IIS Manager select the Web site and Click on “Configuration editor”

image

Use “Search Configuration” button which launches a Wizard that shows the changes in effect for that selected web site on the IIS server.

 

image

 

Verify the web site bindings (Default web site binding should look like below):

image

Categories: Server 2008 R2

Automatically Applying Outlook Views via Scripts

January 31, 2012 Leave a comment

Scenario: I wanted to set a default custom view for all users connecting to our XA sessions so that users at every logon will have their outlook views reset and configured the custom view defined by me.

 

I know that Outlook views are saved to Exchange server mailboxes, however I’ve tried below couple of things to see if they help achieving this from a client side changes but in vain.

 

Exchange Server’s mdbvu32.exe tool reveals where Outlook stores its folder views. If you use mdbvu32.exe to open the root folder of the mailbox Information Store (IS), you see the IPM_COMMON_VIEWS folder. It contains two types of objects: IPM.Microsoft .FolderDesign.NamedView and IPM.Microsoft.FolderDesign.FormsDescription. In other words, these objects are folder views and Outlook forms—in particular, forms published to your Personal Forms library.

Reference: Where does Outlook store its view settings?

 

Managing via Outlook.xml file:

HideNavigation Pane settings (.xml)

drive:\Documents and Settings\<user>\Application Data\Microsoft\Outlook\Outlook.xml

 

Source: Navigation Pane settings (.xml)

Managing via OUTCMD.DAT file:

HideOutlook Default Settings CMD file (OUTCMD.DAT)

drive:\Documents and Settings\<user>\Application Data\Microsoft\Outlook\OUTCMD.DAT

Source: How to restore the Outlook default installation, toolbars and settings

Categories: MS-Office

Outlook configuration file locations

January 31, 2012 Leave a comment

The following is a list of data store and configuration files used by Microsoft Outlook. Some of the folders might be hidden folders. To view them, do one of the following:

HideWindows XP

  1. Click Start, and then click My Computer.
  2. On the Tools menu, click Folder Options, click the View tab, and then click the Show hidden files and folder option.

HideWindows 2000

  1. Double-click My Computer on your desktop.
  2. On the Tools menu, click Folder Options, click the View tab, and then click the Show hidden files and folder option.

Your configuration may not include all of the following files. Some files are created only when you customize Outlook features.

HideOutlook data files (.pst)

drive:\Documents and Settings\<user>\Local Settings\Application Data\Microsoft\Outlook

HideOffline Folders file (.ost)

drive:\Documents and Settings\<user>\Local Settings\Application Data\Microsoft\Outlook

HidePersonal Address Book (.pab)

drive:\Documents and Settings\<user>\Local Settings\Application Data\Microsoft\Outlook

HideOffline Address Books (.oab)

drive:\Documents and Settings\<user>\Local Settings\Application Data\Microsoft\Outlook

HideCommand bar and menu customizations (.dat)

drive:\Documents and Settings\<user>\Application Data\Microsoft\Outlook

HideNavigation Pane settings (.xml)

drive:\Documents and Settings\<user>\Application Data\Microsoft\Outlook\Outlook.xml

This file includes Shortcuts, Calendar, and Contact links.

HideRegistered Microsoft Exchange extensions (.dat)

drive:\Documents and Settings\<user>\Local Settings\Application Data\Microsoft\Outlook

HideOutlook contacts nicknames (.nk2)

drive:\Documents and Settings\<user>\Application Data\Microsoft\Outlook

HideRules (.rwz)

drive:\Documents and Settings\<user>\Application Data\Microsoft\Outlook

If you upgraded from a version of Outlook prior to Outlook 2002, you may have a .rwz file on your computer hard disk drive. The file is no longer needed and the rules information is now kept on the server for Microsoft Exchange e-mail accounts, and within the personal folders file (.pst) (Personal Folders file (.pst): Data file that stores your messages and other items on your computer. You can assign a .pst file to be the default delivery location for e-mail messages. You can use a .pst to organize and back up items for safekeeping.) for POP3 and IMAP e-mail accounts. You can delete the file.

If you use the rules import or export feature, the default location for .rwz files is drive:\Documents and Settings\<user>\My Documents.

HidePrint styles (Outlprnt with no extension)

drive:\Documents and Settings\<user>\Application Data\Microsoft\Outlook

HideSignatures (.rtf, .txt, .htm)

drive:\Documents and Settings\<user>\Application Data\Microsoft\Signatures

HideStationary (.htm)

drive:\Documents and Settings\<user>\Application Data\Microsoft\Stationary

HideCustom forms

drive:\Documents and Settings\<user>\Local Settings\Application Data\Microsoft\Forms

HideDictionary (.dic)

drive:\Documents and Settings\<user>\Application Data\Microsoft\Proof

HideTemplates (.oft)

drive:\Documents and Settings\<user>\Application Data\Microsoft\Templates

HideSend/Receive settings (.srs)

drive:\Documents and Settings\<user>\Application Data\Microsoft\Outlook

HideMessage (.msg, .htm, .rtf)

drive:\Documents and Settings\<user>\My Documents

 

 

Source: Outlook file locations – Outlook – Office.com

Categories: MS-Office
Follow

Get every new post delivered to your Inbox.

Join 96 other followers