web-farm Questions

2

I have a ASP.NET Core application that uses cookie authentication and runs on web farm. The data protection keys are stored in DB. My application implements the IXmlRepository and the ASP.NET Core ...
Kiarakibble asked 24/5, 2019 at 16:46

4

I was wondering if anyone had successfully used DPAPI with a user store in a web farm enviroment? Because our application is a recently converted from 1.1 to 2.0 ASP.NET app, we're using a custom ...
Humfrey asked 14/10, 2008 at 16:21

6

Solved

What is the difference between Web farm and Web Garden?
Jenisejenkel asked 9/10, 2009 at 4:52

0

I need to deploy an orchard application within a site that sits on a web farm, behind a load balancer. This seems like it would be a fairly common scenario, but I can't seem to find any guidance on...
Byram asked 27/6, 2015 at 3:0

0

I need to implement SessionSecurityTokenCache in order to be able to use WIF in a load-balanced web farm. Is there a web-farm suitable (e.g. SQL based) implementation of this class that I can use, ...
Historiography asked 1/6, 2015 at 13:6

2

Solved

I have Overlapping Recycling configured for my ASP.NET MVC site. As I understand it (from this SO question), if I Recycle the Application Pool, this will spin up a new w3wp.exe process to take up...
Hearth asked 30/12, 2014 at 12:30

3

Solved

We (our IT partner really) recently changed some DNS for a web farmed site we have, so that the two production server have round-robin DNS switching between them. Prior to this switch we didn't rea...
Territerrible asked 4/10, 2010 at 13:29

1

Solved

I'm trying to understand does "farm" mean in computing, so that, if a farm can be exemplified as a cluster, there must be something that a farm is independently of what a cluster is. How is it dif...

3

We have installed .net 4.5 Framework in one of our web servers. Our applications are targeted for .net 4.0 and run off multiple servers behind a load balancer. After the installation we get the fo...

6

Solved

First of all to give you a bit of background on the current environment. We have a number of ASP.NET applications, all of which use session for certain aspects. We are "Load Balanced" over multiple...
Sweettempered asked 26/3, 2009 at 17:54

2

Solved

Although the question title appears a bit subjective I am sure there is not a lot to discuss. I am currently working on a MVC project where I am using TemData container in some areas. When I read t...
Uncourtly asked 3/2, 2012 at 18:42

2

Solved

Our site uses ADFS for auth. To reduce the cookie payload on every request we're turning IsSessionMode on (see Your fedauth cookies on a diet). The last thing we need to do to get this working in ...
Steelhead asked 4/11, 2011 at 20:48

1

Solved

I have what I think is a fairly complicated question so I will do my best to articulate it here. I am looking for a single sign on (SSO) solution. I am aware of many of the options out there but h...
Novick asked 6/10, 2011 at 18:28

3

Solved

I have a problem with an Azure project with one WebRole but multiple instances that uses cookieless sessions. The application doesn't need Session storage, so it's not using any session storage pro...
Prefrontal asked 26/2, 2011 at 14:13

1

Solved

Given the idea of a web application (.NET 3.5+) Browser web app the authentication using forms will result in a similar line of code FormsAuthentication.SetAuthCookie(strUsrNm, True) this is ...
Elexa asked 24/2, 2011 at 12:7

1

Solved

I just stumbled across the concept of a "Web Garden" in an IIS App Pool. That is, when more than one process serves the same webpage. From what I understand, this means ASP.NET InProc sessions have...
Crepuscular asked 13/1, 2011 at 21:1

3

Solved

I'm working on a Web project using Asp.Net MVC, which I'll have to deploy to a farm environment. I've read a lot of articles and I'm thinking on disabling completely the SessionState, I thin...
Wood asked 16/9, 2010 at 5:3

1

Solved

What will be the most efficient way to make an ASP.NET MVC application web-farm ready. Most importantly sharing the current user's information (Context) and (not so important) cached objects such...
Frontward asked 11/8, 2010 at 21:59

3

There's alot of information out there on setting up LAMP stacks on a single box, or perhaps moving MySQL onto it's own box, but growing beyond that doesn't seem to be very well documented. My curr...
Vada asked 20/9, 2008 at 15:13

2

Solved

Assuming there are a number of load-balanced web servers in a web farm, is it safe to use the app/web server time in the application code for getting the system date/time or should we leave this re...
Incomprehensible asked 14/5, 2010 at 8:22

1

Solved

UPDATE: looks like I've misunderstood what TempData is for and what it isn't. It definitively shouldn't be used to "keep certain session-wide data" as I asked initially (see ASP.NET MVC TempData Is...
Dihydric asked 29/7, 2009 at 8:56

4

Solved

I am looking for information on how to create an ASP.NET web farm - that is, how to make an ASP.NET application (initially designed to work on a single web server) work on 2, 3, 10, etc. servers? ...
Lamprophyre asked 29/11, 2009 at 21:0
1

© 2022 - 2024 — McMap. All rights reserved.