This is mostly just a reminder post.
Removing the All Caps from VS 2012/2013:
http://stackoverflow.com/questions/17413001/disable-all-caps-menu-items-in-visual-studio-2013
Really nice PowerShell:
Set-ItemProperty -Path HKCU:\Software\Microsoft\VisualStudio\12.0\General -Name SuppressUppercaseConversion -Type DWord -Value 1
We use domain accounts for all application pools at work, so I never remember how to set an “application pool” identity to have permissions on a directory correctly using the machine accounts.
http://stackoverflow.com/questions/7334216/iis7-permissions-overview-applicationpoolidentity
0 comments:
Post a Comment