R
Robin9876
I have found to configure ASP.Net on IIS7 to use SQL Session State you
need to run aspnet_regsql.exe
Looking at the help file it appears that the connection string would
need permissions to create a database and objects on the server.
How can you create the SQL Session State database and then use a
different account for ASP.Net to use to add/maintain the session state
information within it?
need to run aspnet_regsql.exe
Looking at the help file it appears that the connection string would
need permissions to create a database and objects on the server.
How can you create the SQL Session State database and then use a
different account for ASP.Net to use to add/maintain the session state
information within it?