INCLUDE_DATA

Posts Tagged ‘windows’

Setting up SSL with IIS for ASP.NET

January 12th, 2009

On my project at work I recently had to deal with securing our IIS 6 website with SSL and forcing that no non-secure requests would be honored.

require-ssl

What I quickly found was that IIS didn’t offer a way to automatically redirect any non-secure requests to a secure version of the same page, or some other page (i.e. http://www.yoursite.com/login.aspx redirect automatically to https://www.yoursite.com/login.aspx).

Luckily after spending a good amount of time Googling I found this post that involves a handy tip that you can use to change the custom error page for error 403;4 (the one displayed when you try to view the non-secure site).  I won’t re-state everything from his blog post, but it definitely has everything you need to get around this problem if you’re in the same boat.

Learn how to write better code for free!

September 12th, 2007

Use FxCop to write better code.  I’ve been using it for a little while now and it definitely has helped me out.

This article tells you how and why!

Very cool, very free Remote Desktop management utility

July 19th, 2007

While bragging to my buddy Bill about how cool this new open source remote desktop app Terminals was, he showed me an even better tool, visionApp Remote Desktop (vRD), that he uses for the same thing. After a quick 5 minute install and configuration I clearly liked vRD over Terminals and any other RDP tool I had used.

Here’s a blurb from the vendor’s website about the program:

vRD is a tool which allows the management of RDP connections to servers. vRD is ideal for administrators who need to maintain simultaneous connections to multiple servers. Connection-specific settings and login credentials can be organized in folders and subfolders for quick access.The new version 1.5 further extends the ease of use. Coming, amongst others, with support for Microsoft Vista, support for multi-monitor environments, support for setting the color depth and support for setting various performance options, vRD 1.5 offers many new features for hassle-free handling of multiple RDP connections.

I definitely suggest checking out this freeware app if you’re a frequent user of numerous RDP connections.

Control multiple computers with a single keyboard and mouse

July 16th, 2007

I recently reformatted my Dell Laptop and put Windows XP back on it.  My wife had been using it for the past year or so and I found that I was wiping it every few months.  So at one point I put Ubuntu Linx on it to help prevent the “wipe cycle”.  It worked out well but she really was’t using it much anymore and I found I wanted to get it setup to work with the VPN we’re setting up at my office.

So, I got Windows XP back on it and got all my development tools setup on it.  I’ve been running it at the office next to my desktop and remembered seeing an article on Lifehacker a few months ago about some software that let you basically have a software based KVM switch.  So, I went back on their site and found this article.  And, after about 10 minutes of setup time, I’m happy to report that Synergy, the application they used, works like a champ!

Even though I’m not taking advantage of it at the moment, the best feature about this app is that it’s cross platform.   Oh, and did I mention that it is free?  Gotta love the opensource!

Here’s a snippet from the article I linked to above…

You don’t need a hardware switch to share one keyboard and mouse amongst several different computers. All you need is the free, cross-platform application, Synergy.

Synergy connects one keyboard and mouse to any computer on your network, making a dual- or triple-computer setup work more like a dual- or triple-monitor setup. Synergy even allows you to share clipboard data across your computers and operating systems.

Today I’ll detail how to set up Synergy on your home network to control all of your desktops with one mouse and keyboard.

How it works

Synergy uses one computer as a server – that’s the computer that will be sharing its keyboard and mouse. The rest of your computers – the ones you want to control – will need to be set up as Synergy clients.

The great part about Synergy is that you can customize the program to work with the layout of your computers. For example, if you’ve got your MacBook running to the left of your Windows PC, you can set up Synergy so that moving your mouse to the left of your Windows monitor will seamlessly jump your mouse across virtual space where it lands safely on your Mac. Whichever desktop currently holds your mouse is also the desktop to which your keyboard’s keystrokes will be sent. Make sense? Add to that Synergy’s clipboard sharing and you’ve got one helluva convergence app.

Comments (from previous blog):

Synergy is a good cross-plaftform tool. But UltimateMouse is a much simple to use, fast and efficient tool among Windows platform, including copy/paste files among computers and open files from one computer to another one to fully use the computer screen real estate for design and multitasking.