Tagged Questions
The web-farm tag has no wiki summary.
6
votes
1answer
614 views
ASP.NET MVC CookieTempDataProvider: any experience?
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 ...
5
votes
1answer
278 views
Use Web Garden to simulate Web Farm session issues?
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 ...
5
votes
3answers
2k views
How best to generate a random salt for a Web Site?
i'm wanting to generate a random salt value and put it into the Application state.
Now, i'm using a web farm, so the Application state will be different per machine. I don't want to purchase ...
4
votes
6answers
582 views
Gotchas: Upgrading from single servers to web farms
Our company currently runs two Windows 2003 servers (a web server & a MSSQL 8 database server). We're planning to add another couple of servers for redundancy / availability purposes in a web farm ...
3
votes
0answers
387 views
ARR and MVC3: The virtual path 'null' maps to another application, which is not allowed
I followed Scott Guthrie's suggestion of trying Microsoft Web Farm Framework, added Application Request Routing, and added an ASP.NET MVC 3 unmodified website. If I remove the inbound rule for IIS's ...
3
votes
4answers
2k views
How to create an ASP.NET web farm?
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?
We ...
2
votes
2answers
76 views
ASP.NET MVC2 in the web farm - slow page load with high traffic
We have a web application written in MVC2 + Linq2SQL + MS SQL SERVER 2008 hosted on the web farm. Almost like stackoverflow.com
We have 4 x IIS7 + 1 SQL SERVER 2008 load balanced with MS NLB
Static ...
2
votes
5answers
666 views
What is the difference between Web farm and Web Garden?
What is the difference between Web farm and Web Garden ?
Please help.
2
votes
4answers
327 views
Why should I send my website to “cloud”?
I develop asp.net websites, and I read about cloud computing, windows azure, etc. But in the end, I cannot see any pratical reasons to change/move/etc my services to the "cloud". What the benefices?
...
2
votes
1answer
647 views
What is the best approach to deploy an ASP.NET web app on multiple servers in a clustered environment
I have 6 servers that i need to deploy my ASP.NET web application to. While deploying enhancements, I usually remove 3 from the cluster, deploy the app, put them back in rotation, and remove the ...
1
vote
2answers
268 views
What is Web Farm and Web garden in asp.net?
Could any one explain me the difference between the Web Farm and Web Garden with some real time scenario?
1
vote
1answer
714 views
WCF Service configuration in Web Farm and Load Balancing envrionment
I want to configure ASP.NET Website Project using WCF Service[NetTcp] (both in c#) for web-farm (for website) and NLB Load balancing (for service). I would like to configure following options for ...
1
vote
3answers
626 views
How and where to store user uploaded files in high traffic web farm scenario website?
i am working on a website which deploy on web farms to serve high traffic.
where should i store user uploaded files? is it wise to store uploaded files in the file system of the same website and ...
1
vote
1answer
581 views
“Unable to validate data” HttpException from my .net 2.0 application
I am getting this exception from my ASP .net application running in a webfarm.
Exception Type: System.Web.HttpException
Exception Message: Unable to validate data.
---- Stack Trace ----
...
1
vote
4answers
881 views
How does Session_Start() work in server farm?
Does the OnSessionStart / Session_Start event still only fire once (total) in a server farm environment, or since requests are handled by multiple servers, could it fire up to once per server?
...
1
vote
2answers
95 views
Is a server farm abstracted on both sides?
I am trying to understand how a solution will behave if deployed in a server farm. We have a Java web application which will talk to an FTP server for file uploads and downloads.
It is also desirable ...
1
vote
2answers
423 views
Synchronizing External Configuration Between IIS Servers in a Web Farm
I have been struggling with the best way to make sure that the certain XML configuration files stay synchronized between multiple servers in a Web Farm. I am not necessarily concerned about the ...
1
vote
2answers
548 views
asp.net - event log automation/tools for big web farm
A good friend of mine works for a large asp.net shop, with a web farm with many web servers (dozens). The application logs exceptions and messages to the event log on each box (not to a centralized ...
0
votes
1answer
39 views
ASP.NET Cache and Web Farm Solutions
What are the solutions to get cache to work with a web farm in an ASP.NET MVC site? I know there are third party caching providers (NCache), but is there a simpler way without purchasing extra ...
0
votes
1answer
38 views
Web farm Error in Asp.Net
recently I am getting an error message when try to do anything on my website. It only happens randomly(no specific page).
Error is given below:
Server Error in '/' Application.
Validation of ...
0
votes
0answers
629 views
URL Rewrite, Web Farm, and ASP.NET MVC 3: The virtual path 'null' maps to another application, which is not allowed
For reference: Scott Guthrie's Microsoft Web Farm entry.
Using Microsoft Web Farm, you put a "URL Rewrite" to direct inbound traffic to the web farm. Using ASP.NET MVC 3, I get the following error:
...
0
votes
1answer
157 views
I need complete tutorial about how make load balancing at ASP.net 4.0 Web server
I want to make load balancing at my server. My current configuration:
web application is netframework 4.0
running on 1 vps
sessionState mode="StateServer" ...
0
votes
1answer
275 views
ISA Web Farm and WCF service hosted in a Windows Service with basicHttpBinding
I have created a WCF service that needs to be hosted in a Window Service because it is participating in a P2P mesh (NetPeerTcpBinding). When I tried to host the WCF Service with NetPeerTcpBinding ...
0
votes
2answers
339 views
ASP.NET Page Caching in a Web Farm
We have a small web farm(2 servers) balanced by the built in network load balancer in Windows 2003. We have a few pages that use page caching. My question is: Is it possible that that a given user ...
0
votes
2answers
162 views
Best way to implement a session server using a database?
I am at a loss how to maintain it on a web farm. Could somebody tell me how to use sqlserver to maintain it?
0
votes
1answer
949 views
Can I route HTTPS requests to HTTP application, using IIS7 ARR?
I have an application server installed, listening for HTTP traffic on a port which is not blocked from the world by a firewall. I wish to expose the services offered by this application only through ...
0
votes
3answers
1k views
Call ASP.NET Web Service on the Same Farm as Web Application
I am getting the following error when I try to call an ASP.NET Web Service from an ASP.NET Web Application. I believe it is because the Web Service and Web Application are on the same Farm/behind the ...
0
votes
3answers
767 views
Using DPAPI / ProtectedData in a web farm environment with the User Store
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 ...