Ask a Question related to ASP.NET General, Design and Development.
-
Bryan Ax #1
best practice question regarding AspState database for sessions
Quick question regarding best practices for using the AspState
database for storing session variables in .NET web applications.
I know I need to configure the web.config file with a database user
account that can not only execute stored procedures in the AspState
database, but the account needs to be able to create temporary tables,
etc. as well. What do others typically do for this? Obviously, I don't
want to use my sa account for this - do people tend to create a
dbowner account and configure this? Or do you give your IUSR account
dbowner privileges on the AspState db?
I haven't seen any best practice articles on this, but would like to
know any thoughts...
Sincerely,
Bryan Ax
Bryan Ax Guest
-
10K Record Query Best Practice Question
We have an issue in which we are trying to come up with the best solution to a problem. The problem is that we have up to 10,000 records that need... -
Best practice for login screen using database
I have an c# as.net app that check if the user exist in a USERS table, that part is ok but now I need to pass the user ID no the next page beacuse... -
ASP (not Asp.Net) database best practice?
Will the object variables of Connection, - Server.CreateObject("ADODB.Connection") Recordset - Server.CreateObject("ADODB.Recordset") and... -
Database sessions and file sessions
Can database sessions and file system sessions co-exist on the same server. I have 2 applications that use sessions. One uses the standard php... -
ASPState Bug/Security issue
I've been trying to figure out how to properly install and configure ASPState (fwk 1.1,non-persistent, sql based state) in a way that a. works...



Reply With Quote

