502 bad gateway error on windows azure web site

and it’s only happen on internet explorer 10

Solution:

as this writing Microsoft refuse to acknowledge the issue
I suggest you simply switch to other browser like chrome

or pray they fix it on internet explorer 11

Microsoft insisting that is my web site which have the issue,
but it is so silly

01. ie 10 + windows server 2003 web edition = OK
02. ie 10 + windows azure web site = 502 bad gateway error
03. chrome/opera + windows azure web site = OK

How to fix it?
Stop using internet explorer
otherwise Microsoft insist on you to troubleshoot/debug your web site
instead of fixing their bug!

is windows 8 and readyboost work ?

in short : yes it is kinda works

in long :
it is depend on what kind of your pc/laptop you have

if your pc have ssd, you don’t need the readyboost stuff anymore
if your pc harddisk is 7200rpm ++, you will barely able to notice the difference

but if your pc like mine

5400 rpm hard disk, 8 GB memory, then you may need readyboost

some people will say that if you have 8 GB memory, then you don’t need readyboost, that is not true, because readyboost will kick in when the system need to access your 5400 rpm hard disk (if it cached of course)

so, what kind of flash memory i use? i use 32 GB sandisk ultra and i put it on my internal memory card reader (27e at the time of this writing)

once i put it on my pc, i format it to NTFS and dedicate all the memory for readyboost

and just like any cache technology, you will get the benefit once the stuff that you want is cached

and just like any speed improvement psychology, you will feel the speed raised a little bit, but once you get used to it, you will hardly notice that improvement

and on my case, the speed improvement really feel-able when  i open lot of tabs on my internet explorer and opera then i play league of legends

then you know, i do that “alt+tab” thing to switch back to desktop,
the first time still slow, then the speed of switching back to desktop and back to league of legends is faster to near instant (even after i put my pc to sleep and close the league of legends)

so is it really worth it?
if you ever feel that your pc slow and you see your pc reading your hard disk like mad during that loading, then it’s worth it

 

 

 

How to fix java keytool NoClassDefFoundError

thanks to

http://dolinux.blogspot.nl/2012/04/keytool-error-javalangclassnotfoundexce.html

Search for the correct java PATH

my computer -> properties -> environment variables -> path

take a look for the right java,

for example on my case

its at C:\Program Files (x86)\Java\jdk1.7.0_15\bin\

 

How to fix skype idle cpu usage

When i see my task manager and skype idle cpu usage

taking my 5%-10% cpu

I’m not so happy with it

so I’m looking for the cause, it is simply caused by its adobe flash ad :(

so how to fix it,

just set view –> profile

 

there you won’t see the flash ad

and the cpu idle is much less, around 0% – 2% on AMD 4600 M

Don’t forget to uninstall pando media booster when you install league of legend

Go to control panel then uninstall pando media booster from your pc

that’s it !

 

How to fix team foundation service offline issue

Go run regedit.exe

HKEY_CURRENT_USER\Software\Mirosoft\VisualStudio\TeamFoundation\Instances\[Your Team Foundation Service Link]\Collections\DefaultCollection

See Name “Offline”, if the Data value = 1

Change it to 0

How to fix “Dynamic operations can only be performed in homogenous AppDomain”

if you google it, some people say that you have

legacy cas model or legacy security policy model on your app.config or machine.config

the error will ocurr when you use any dynamic variable within your source code

but in my case, neither is working

so what to check?

 

Confuguration Manager

in my case, i want my application to run on x86

but there is some dll which have combination Any Cpu/x86

simply remove Any Cpu from configuration manager solve my issue

Follow

Get every new post delivered to your Inbox.