Questions tagged [web-farm]

67 questions
0
votes
1 answer

IIS Web Farm site stuck on starting on other servers - 0x800710D8

We have a win 2012/IIS 8.5 web farm up and running using a shared config. All was working great on the servers and we would create a site on one server and it would go across them all. We run into an issue with the servers and had to change a…
John Fox
  • 310
  • 4
  • 15
0
votes
1 answer

Load Balanced SFTP Server

we have 2 Load Balanced web servers on Azure and I am trying to set up a load balanced SFTP connection for my client. I have tried doing this using a load balanced end-point on azure for SFTP but the FTP connection only connects and transfers files…
0
votes
1 answer

IIS using shared configuration could't start after lost power

I have seen this issue when our server farm vms all lost power yesterday and couldn't find a way to stop it from happening. I have got multiple nodes using shared configuration in a shared folder. When the shared configuration was exported, it was…
bigbearzhu
  • 101
  • 2
0
votes
2 answers

D-I-Y VPS Hosting for multiple domains (3) on a single static IP

and thanks for your input. What I want to do: I want to host some applications Web and email, for example, for myself and two clients on one static IP Address, primarily to learn, and possibly to consider some limited hosting for a couple of…
Shane
  • 9
  • 1
0
votes
1 answer

Is it possible to create an IIS web farm using WFF and ARR using a single server?

I'm developing a web application that will be deployed in a web farm environment on IIS 7.5. Currently I don't have multiple servers to test my application. Is there a way to create and test a web farm on a single machine?
0
votes
1 answer

Creating my small farm by virtual machines to learn scalability issues

I would like to create a fake server farm using virtual machines with Ubuntu server on them. I do not plan to use those as a real farm to host people websites etc. I recently read about scalability, the ability to add new servers to your website…
0
votes
2 answers

Doess IIS 7.5 server farm need to be on a Domain? 2008 R

We are using Server 2008R2 IIS 7.5 with a SQL database on the backend. At the moment the system is working fine with three of the servers configured in a load balancing farm while communicating data back to the SQL DB. All of these servers are free…
steventoo
0
votes
4 answers

when do we need a web farm setup?

I am current on windows server 2008 R2 and using IIS 7.5. There 15+ apps running under the iis. My question is that : how can we determine when we need a web farm setup? What statistics do we need to use to tell 'ok dude, this is not good. We need…
tugberk
  • 937
  • 4
  • 13
  • 30
0
votes
1 answer

How do you share php.ini for a webfarm?

we have a IIS 7.5 webfarm (3 servers ATM) running php. Using web deploy we keep the servers in sync, but this only applies to the files used by the sites and the configuration of the IIS. Is there a way to get the php.ini to be synced between all…
SKG
  • 5
  • 3
0
votes
1 answer

Microsoft Web Farm 2.0 and URL Rewrite: How to route port 80 traffic to port 591?

I have the Controller and the Primary server on the same computer. I would like to URL Rewrite inbound port 80 traffic bound for the controller to port 591 on the web farm. What URL Rewrite rule could I use to redirect traffic from port 80 to port…
Zachary Scott
  • 227
  • 2
  • 14
0
votes
1 answer

Microsoft Web Farm 2.0: How to install the Controller on the Primary Server?

I install the Microsoft Web Farm 2.0 on a server, add that server and another server as primary and secondary, and everything is fine for a short time. Then upon sync, it installs the Web Farm Server on the Secondary computer and fails the Web Farm…
Zachary Scott
  • 227
  • 2
  • 14
0
votes
1 answer

Microsoft Web Farm 2.0: how to get it to work with ASP MVC 3 which also has a redirector?

The error I get is: The virtual path 'null' maps to another application, which is not allowed. I created an MVC 3 project and posted it as-is. Turn off the "URL Rewrite" and everything works fine. Turn it back on and you get the error. Any ideas?
Zachary Scott
  • 227
  • 2
  • 14
0
votes
3 answers

small IIS web farm-create an Active Directory domain or no?

We have a smallish web farm of < 5 Windows 2008 servers. Some do data, most do IIS hosting. Is it a good/bad idea to set up a domain controller and put all in the same "production" domain? We want to avoid a world where we have to sync multiple…
Code Silverback
  • 253
  • 1
  • 2
  • 8
0
votes
1 answer

Web Farm Application deployment best practices

We are having a web farm which hosts multiple ASP.Net applications. We typically have 4 servers on the farm. The dilemma which i am having is in terms of capacity issue of the farm. Lets say i have currently got 200 apps in total. Should I deploy…
rauts
0
votes
1 answer

Web farm stop working after installing VS2010 on one of the nodes

I have a 2 node web farm for testing (replicating my production environment). Now, after I install VS2010 on one of the nodes (one of the nodes doubles as a build server), it would seem as if the machine keys got desynched. If I access my app on…
Jaime
  • 123
  • 5