?? 狀態(tài)服務(wù)器進(jìn)程.txt
字號(hào):
啟動(dòng)狀態(tài)服務(wù)器進(jìn)程
net start aspnet_state
Web.config配置
<configuration>
<appSettings>
<add key="connectString" value="server=localhost;database=pubs;uid=sa;pwd=" />
</appSettings>
<system.web>
<sessionState mode="StateServer"
stateConnectionString="tcpip=localhost:42424"
/>
</system.web>
</configuration>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -