question

Yalla-2628 avatar image
0 Votes"
Yalla-2628 asked Bruce-SqlWork answered

ASPStateTempApplications table data in ASPSTATE database

I have [ASPStateTempApplications] and [ASPStateTempSessions] tables in ASPSTATE database. I wanted to know how the data being inserted into these 2 tables. Where does AppName and AppId's are getting generated. I see some IIS worker process paths in the table for AppName. I clearly wanted to know where it is being setup and coming to [ASPStateTempApplications] table.

windows-server-iis
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Bruce-SqlWork avatar image
0 Votes"
Bruce-SqlWork answered

as session is tried to an IIS application, a unique key is required to define that application. IIS metadata is used. the app name is the meta base site name, and the id is a generated hex value that is appended to the a sessionid when generated.



5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.