...

Filter by tags

Selected Tags


Questions, Articles and Polls

2 Likes · 1 Answer
A:
This can vary widely depending on how the application is coded. We have clients that average tens of thousands of users and hundreds of thousands page views everyday. ... more
2 Likes · 1 Answer
A:
Yes, we would setup your website ahead of time and provide you an IP Address to upload and test your site before switching over to the webfarm. ... more
2 Likes · 1 Answer
A:
We use ScaleOut Session server (http://www.scaleoutsoftware.com/products/sessionServer/). This provides a highly available solution for Session Objects. To implement ScaleOut on your site, you need to add settings to your .NET web.config. ScaleOut ... more
0 Likes · 1 Answer
A:
By default, ASP.NET will store the session state in the same process that processes the request, just as ASP does. Additionally, ASP.NET can store session data in an external process, which can even reside on another machine. ... more
...