Browse by Tags
All Tags »
Windows Server (
RSS)
SSL Host Headers? Does it really exist? Yes however somewhat tricky. You need to have a Wildcard or *.domain.com SSL certificate. Your domains need to be all sub-domains of the wild card domain You just can’t do it using the IIS inetmgr user interface...
SUBST is a great DOS command that allows you to map a local path to a drive letter. For example, wouldn’t it be easier to access you GAC folder by specifying G : instead of C:\windows\assembly ? The SUBST command is very easy to use. Simply open up a...
I have developed multiple E-Commerce sites (Mostly using a home grown Paypal /Verisign gateway ). However I am always forgetting the format of some of these wrong so here is the test credit card numbers: American Express: 3111-1111-1111-1117 Visa...
Recently I ran into a SSL cert issue. I run a small e-commerce site and was doing some testing on it. Got to the buy now feature (when the site switches from non- SSL to SSL or http to https) I received a your SSL cert has expired. What? No I remember...
Very Easy little command line to remote into an IIS machine. Using any windows box. runas /noprofile /netonly /user:<Username>@<Domain> "iisreset <Machine Name>" Domain can be substituted for IP. Also another quick tip: Reset...
Have you ever been working with a good number of applications at once? Are you a naturally born multi tasker? Alright, answer me this - who has had Windows buckle under the weight of all of these applications and display error messages stating that the...
If your like me you develop in multiple servers. Using Terminal Services is a easy way to move through these servers remotely and with ease. Often I have 6 or more Remote Sessions open at one time. This as you can well imagine can get very confusing....
More Posts