Remote Access Timeout

When using remote access you may find that uploading or downloading a large file or a group of files will cause the connection to time out before the operation finishes with the error message “The remote connection to the computer timed out. Please connect again.”

By default, remote access is configured to timeout after 20 minutes, which is adequate for uploading/downloading about 15 MB even at slow DSL speeds but if you are frequently seeing this error message, you’ll need to adjust the timeout value to something higher. Setting the timeout to 30 up to 60 minutes is reasonable if circumstances require it. Setting a timeout interval that’s too long increase your security risk and can consume an unreasonable amount of resources on a server.

It is easy to change this timeout value:

  1. Using mstsc.exe, start a Remote Desktop Connection session to your home server.
  2. Use notepad.exe, to edit C:\Inetpub\remote\web.config.
  3. Locate the following line:
    <sessionState mode=”InProc” cookieless=”false” timeout=”20″/>
  4. Replace “20″ (which represents 20 minutes) with a larger number to allow your uploads to finish.
    If you change the timeout value to more than 200 minutes, you must also change the executionTimeout value. Search for the following line
    <httpRuntime maxRequestLength=”2097151″ executionTimeout=”12000″/> 
    and increase the executionTimeout value (measured in seconds) to the same or greater value than the timeout value (measured in minutes).
  5. Save your change, close the file, restart the IIS after this edit or better still, restart the server. Any edit to IIS or a related issue with the web    configuration will need the web services to be restarted and log off from your Remote Desktop Connection session.
  6. Use Remote Access to upload your file or files to ensure that the timeout parameter you chose is sufficient to complete the upload.

69.png

AddThis Social Bookmark Button

ATT Comcast Time Warner Blocking Ports – The Debate Continues

I got an email from George Hayles regarding the info I posted the other week regarding ATT, Comcast and Time Warner blocking ports that can affect our Home Servers. He has asked if I can get your juices flowing and bring up the subject again, he adds:

“Since we are dealing with an oligopoly here, it may take some time to reverse this dangerous ISP practice.  Any grass roots effort we could get going against this or do to encourage Microsoft to bring pressure may be important at this early point in the “battle”.  What are your thoughts?
George”

Well, what do you think. Feel free to leave your comments and don’t forget that you can leave details of offending providers on our forum post.

69.png

AddThis Social Bookmark Button

Windows Home Server Drive Extender Explained

Today Microsoft published a Technical Brief for Windows Home Server Drive Extender. The 20 page PDF document explains the features and functionality of the drive extender, highlighting the benefits of the technology. The document also looks at the drive extender filter and migrator service, tombstones and the balancing of storage.

Windows Home Server Drive Extender

http://download.microsoft.com/download/2/F/C/2FC09C20-587F-4F16-AA33-C6C4C75FB3DD/Windows_Home_Server_Drive_Extender.pdf

69.png

AddThis Social Bookmark Button

Add-In: Windows Home Server Event Monitor Updated

Dave Mercer the developer of Windows Home Server Event Monitor has updated the add-in from it’s initial 1.0.0.8 release to version 1.0.1.0 to fix some bugs:

  • Removed spurious tooltip and fixed typos
  • Clarified UI a little
        Added tooltips
        Changed Regex defaults in event grid view to default to “All” versus “.*”
        Warning dialog if a user selects “All” for the event types in a log to avoid spam
  • Changed msi name from SDK default
  • I now allow for unauthenticated SMTP
        Dave cannot test this on his hosting service so please let him know if it works.
  • Fixed Aggregation timer bug that nobody has noticed

More information and a link to the download is available on Dave’s site DAveMercer dot org

69.png

AddThis Social Bookmark Button