-
iis 6 redirect with querystring
Permanent site redirects using IIS are useful when moving a site to a new domain and also more search engine friendly than simply doing a javascript or server side redirect. These send a “301” response status code To do this in IIS 6, simply open the website properties in IIS 6, select “a redirection to…
-
asp .net could not establish trust relationship for the SSL/TLS secure channel
A quick google search revealed multiple reported resolutions, however, after following the steps in the MSDN blog reference listed below, the issue was still unresolved in my situation. Additional details in the stack trace will reveal another similar message: “The remote certificate is invalid according to the validation procedure.” In this specific scenario, the site…
-
c# .net split strings with math divrem using lambda linq
Recently I came across a nice alternative to loops using linq for evenly splitting a string using Math.DivRem. The following example illustrates how this can be used to parse a sequence of numbers based on a time series which may give variable results in a custom messaging protocol. (inspired by R. Prestol) A significant figure…
-
erightsoft SUPER temp files
SUPER video encoder is a pretty handy UI for ffmpeg and mencoder processing, however, keep in mind this tool will create temp files on your hard disk during the encoding process. Normally this is not an issue, as the temp files are deleted after processing is complete, however, if there are failures during processing or…
-
macbook lock screen keyboard shortcut
control+shift+eject or if you don’t have an eject button: control-shift-fn-power button
