I\'m guetting out of ideas. I\'m trying to use the same SessionState between two .Net 4 apps running under the same application pool and using mode=\"StateServer\". I did a test on both app and I have
My ASP.NET site is on Windows Shared Hosting. I need to keep SessionState in SQL Server on my site, and standard way is to use ASPState DB. But that DB is inaccessible on windows shared hosting, and s
So here is the set up: There are two virtual machines Two different sites Both sites appear on each VM Both sites are load balanced
I use ASP.NET website on IIS7 where in web.config I have: <sessionState mode=\"InProc\" timeout=\"20\"></sessionState>
We\'ve recently run into an issue with our ASP.NET application where if a user goes to ourcompany.com instead of www.ourcompany.com, they will sometimes end up on a page that does not load data from t
Serialization exceptions are notorious and often dont have the complete stack trace to tell exactly which complex type is the culprit. I am trying to serialize a very complex type but facing exception
This question pertains to writing a massively scalable & efficient customer sessionstate class library in C# and I am in desperate need of sage counsel.
I have an ashx file (implementing the IRequiresSessionState interface) storing a value to session state like so:开发者_StackOverflow社区
What does aspnet mvc internally use (for routing)? Application, Session, V开发者_Python百科iewstate, Cookies, Cross Page Data, Context.Items, Profiles???????
I have an ASP.NET website that has been deployed since 2008 with plenty of users. From time to time, I\'ve made updates to the site and uploaded those changes to the server without problems.