session-state
Sharing ASP.NET SessionState between 2 apps with a StateServer shares the same SessionID but not key values, why?
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[详细]
2023-03-24 05:32 分类:问答SessionState in own SQL Server database on windows shared hosting
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[详细]
2023-03-23 21:11 分类:问答Session works on one site but not the other on the same machines
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[详细]
2023-03-22 21:32 分类:问答ASP.NET SessionState timeout
I use ASP.NET website on IIS7 where in web.config I have: <sessionState mode=\"InProc\" timeout=\"20\"></sessionState>[详细]
2023-03-22 13:23 分类:问答Going to a page without "www" in my app causes the page to not load
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[详细]
2023-03-21 22:06 分类:问答What is the best and quick way to debug serialization exceptions in asp.net
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[详细]
2023-03-21 14:16 分类:问答Architecture For C#/.NET 4.0 Custom SessionState Provider/ Module /SessionItems Collection Class Lib?
This question pertains to writing a massively scalable & efficient customer sessionstate class library in C# and I am in desperate need of sage counsel.[详细]
2023-03-21 06:43 分类:问答Share session between ashx and aspx
I have an ashx file (implementing the IRequiresSessionState interface) storing a value to session state like so:开发者_StackOverflow社区[详细]
2023-03-20 06:50 分类:问答What does ASP.NET MVC internally use?
What does aspnet mvc internally use (for routing)? Application, Session, V开发者_Python百科iewstate, Cookies, Cross Page Data, Context.Items, Profiles???????[详细]
2023-03-20 00:40 分类:问答'System.Web.HttpContext.Current.Session' is null
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.[详细]
2023-03-19 01:06 分类:问答