我正在使用SQL Server進行ASP.NET應用程序的狀態管理。ASP.NET SQL Server狀態管理 - 獲取appid
在表ASPStateTempSessions
中,有sessionid
列是sessionid + appid
。我想知道我如何確定appid
?
我正在使用SQL Server進行ASP.NET應用程序的狀態管理。ASP.NET SQL Server狀態管理 - 獲取appid
在表ASPStateTempSessions
中,有sessionid
列是sessionid + appid
。我想知道我如何確定appid
?
我認爲應用程序ID是ASPStateTempSessions表中的一個,它由aspnet_regsql創建。
您可以嘗試使用TempGetAppID sproc。讀了它HERE
你可以從該應用程序的名字:System.AppDomain.CurrentDomain.SetupInformation.ApplicationName
這應該給你的AppID