This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to get VS2015 with IISExpress to work with a per "folder/controller" requirement of ClientCertificates: | |
1. Bind server certificate to port using (elevated) NETSH.EXE | |
--- netsh http add sslcert ipport=0.0.0.0:9880 certhash=ffffcf57c84e7ed391ee842d668f7f11fffffff appid={aaaabbbbccc-guid-ddddd} | |
--- Note that we will not enable client certificate negotiation here) | |
--- Tip: The server certificate is typically installed in LocalMachine/Personal as opposed to client certs that are in CurrentUser | |
2. Edit {your-app-folder}\src\.vs\config\applicationhost.config | |
---- Change overrideModeDefault to "allow" on access | |
---- <section name="access" overrideModeDefault="Allow" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
choco install 7zip | |
choco install evernote | |
choco install fiddler | |
::ERROR choco install filezilla | |
choco install FoxitReader | |
choco install git.install | |
choco install greenshot | |
choco install nodejs.install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Raspian | |
-Resize sdcard | |
-Install mono | |
-Install DNVM | |
-Install DNVM Execution Env | |
-Download ASPNET samples | |
-Resore packages for HelloWorldMvc | |
-Run HelloWorldMvc | |
sudo raspi-config |
NewerOlder