Downloading Docx from IE – Setting MIME Types in IIS

April 12, 2012 – 1:55 pm
To allow .docx files to be downloaded, follow the steps from the KB article linked above: Open the IIS Microsoft Management Console (MMC), right-click the local computer name, and then click Properties. Click MIME Types. Click New. In the Extension box, type the file name extension that you want (in this case, .docx). In the MIME Type box, type application/vnd.openxmlformats-officedocument.wordprocessingml.document (thanks to @web developer for pointing out this MIME type, which supercedes the 'application/msword' from my original answer). Apply the new settings. Note that you must restart the World Wide Web Publishing Service or wait for the worker process to recycle for the changes to take effect. In this example, IIS now serves files with the .docx extension. dicontek dari :  http://stackoverflow.com/

The client-side session is automatically disconnected when the idle

December 7, 2011 – 11:18 am
The client-side session is automatically disconnected when the idling time lasts more than the duration that is set in KeepConn. Therefore, the session is disconnected according to the shorter set duration value between AutoDisConnect and KeepConn.To change the time-out duration in the client-side during a UNC connection, specify the arbitrary time in KeepConn. Locate and then click the following key in the registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Service\lanmanworkstation\parameters Value: KeepConn Data type : REG_DWORD Range : 1 to 65535 (sec) The client-side session is automatically disconnected when the idling time lasts more than the duration that is set in KeepConn. Therefore, the session is disconnected according to the shorter set duration value between AutoDisConnect and KeepConn. To change the time-out duration in the client-side during a UNC connection, specify the arbitrary time in KeepConn. Locate and then click the following key in the registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Service\lanmanworkstation\parameters Value: KeepConn Data type : REG_DWORD Range : 1 to 65535 (sec) Default value: 600 sec = 10 mins Command Line NOTE: If ...

Can’t join domain: Network path was not found

December 5, 2011 – 11:26 am
"Network path not found" in a domain network 1 SYMPTOMS: When trying to join a W2K/XP to a Windows 2000 domain by using he NetBIOS domain name, you are successful but not the FQDN and you may receive one of the following error messages:1) The following error occurred attempting to join domain "example.com": The network location cannot be reached. For information about network troubleshooting, see Windows Help.  2) Network path not found. RESOLUTION: This issue may occur if the TCP/IP NetBIOS Helper Service is not running on the client computer. To start  the TCP/IP NetBIOS Helper Service, go to MMS>Services, double-click TCP/IP NetBIOS Helper Service. "Network path not found" in a domain network 2 Symptom: some w2k/xp can't join the domain randomly. The DNS server is multihomed server.. Resolution: You can find some computer browser errors on the DNS server. Disable one of two NICs will work. More resolutions can be found in browser Issue page. "Network ...

Network Location Cannot be Reached when accessing shares

November 9, 2010 – 3:47 pm
1. Run Registry Editor (regedit.exe), and check the following registry key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters] 2. Please find if the "TransportBindName" value exists. If either of them does not exist, create it. If either one is incorrect, change the data. The values should be like this: Name: TransportBindName Type: REGSZ Value: \Device\ 3. Under the same registry key, if you find the "SMBDeviceEnabled" value exists and is 0, it means Direct Hosting is disabled. You may change it to 1 to turn on it unless there are requirements that this should be disabled. Name: SMBDeviceEnabled Type: REG_DWORD Value: 1 dicontek dari: http://delasok.blogspot.com/

How to Fix “Generic Host Process For Win32 Services Encountered A Problem and needs to close.”?

November 4, 2010 – 11:33 am
It's a common error message of Windows XP "Generic Host Process For Win32 Services Encountered A Problem and needs to close." This error is occurred for several reasons. For example, if Internet Explorer suddenly crashes you will see this message. But the great thing is that you can easily solve this type of error message. This page contains the information related to fixing Generic Host Process Error. Steps to to Fix "Generic Host Process For Win32 Services Encountered A Problem and needs to close." You can easily solve the problem or error message "Generic Host Process For Win32 Services Encountered A Problem and needs to close." Just follow any of the following methods: Note: Both the method is the same. If you like the simple and easy solution then only follow Method 2 and ignore Method 1. Method 1: 1. Copy the following code [only the bold codes]. @ECHO off Echo Coded by http://hubpages.com/profile/rancidTaste reg add ...