开发者_高级运维I\'m implementing my own SessionStateStoreProvider with a schemaless database. It\'s a little hard to tell from the documentation but it seems as though I will have to have a separate p
Is there anyway to stick objects which are decorated with DataContract attributes but not decorated with Serializable attributes in to a SqlServer StateServer? In other words, I would prefer not havin
I need to put some of the entities created via a.dbml Linq-To-Sql file into Session State. Because Iam using out-of-proc State Server, they need to be serializable开发者_如何学编程.
I\'m not sure if I\'ll be clear enough in my explaination to make you guys understand, but I\'ll try.
i have created a login page for my project \"student information system\" which contain text fields username,userid and password.i tried to store the value of use开发者_如何学JAVArname and userid in s
I\'m working on a ASP.NET MVC 2 web application that lets users edit parameters on a simulation and launch it. Once a user starts editing a specific simulation, it must be inaccessible to other users.
I\'m trying to use sub-domains in my ASP.NET website but I\'m coming across a few problems with the session being reset.
HI, We have two applications to be hosted on two different servers. The applications will be built in .NET3.5 and hosted using II开发者_如何学GoS.
I am having some trouble saving the state of my current view. Currenly I have several selectlist calling their own Action method on the controller that returns the Index view with the filtered model
I am working on a site where I will need to be able to track ad impressions.My environment is ASP.Net with IIS using a SQL Server DMBS and potentially Memcached so that there are not as many trips to