Skip to content

Instantly share code, notes, and snippets.

@myaumyau
Last active October 12, 2015 00:28
Show Gist options
  • Save myaumyau/3943645 to your computer and use it in GitHub Desktop.
Save myaumyau/3943645 to your computer and use it in GitHub Desktop.
ASP.NET Memo

ASP.NET Memo

ASP.NET 状態管理

ASP.NET 状態サービス(aspnet_state.exe)

####リモート接続を許可 任意のポートを設定

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters]
"AllowRemoteConnection"=dword:00000001
"Port"=dword:0000a5b8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment