5
Allow different headers on different servers using WFFview story

http://serverfault.com – We've got multiple web servers configured in a cluster using Microsoft's Web Farm Framework. One of the things I like to do to help debugging is to create a header in IIS that identifies the server that handled the request. Unfortunately when I try to do this, WFF sets the headers to the same value on all the servers. Is there a way around this? (HowTos)

5
IIS 7 Error - Collection is read-onlyview story

http://serverfault.com – After copying an ASP.net MVC 3 application to another server I am getting the following error even though the IIS settings and web.config are identical to the previous site. I think it must be a permissions issue but the files look like they have the correct permissions, any ideas? Server Error in '/' Application. Collection is read-only. (HowTos)

5
Domain redirection to port on Windows Server 2008view story

http://serverfault.com – I have a Windows server running IIS. I wish to run a piece of software that hosts a web interface on a non-standard HTTP port (let's say, port 9999). I have static DNS entries on my router for two FQDNs, both of which direct to the Windows server. (HowTos)

5
Trouble with backup on SBS2008view story

http://serverfault.com – We have an SBS2008 installation, which has a backup task. It creates a backup twice a day onto external storage. This worked for a long time. But the backup can't be performed now. (HowTos)

5
Setting up a vpn and IIS IP address restrictionsview story

http://serverfault.com – I'm trying to get a VPN set up with internal access only sites. I have set up a VPN on a windows server (single VPS server), and I can connect from a remote computer and I get an IP assigned correctly (from 192.168.1.1 - 255) Next I configured IIS (running on the same machine) IP Address and Domain Restrictions to only allow only IP address range 192.168.1.0 with subnet mask 255.255.255.0 When (HowTos)

5
How do I prevent IIS 8 from stopping idle ASP.NET applications?view story

http://serverfault.com – I have an asp.net application running on Windows 2012 in IIS 8 that has a very time consuming application start process (essentially the code running in the Application_Start() event can take up to 2 minutes). (HowTos)

5
Windows authentication does not work after rebootview story

http://serverfault.com – I have a strange issue on IIS7 running on Windows 2008 (Domain Controller). We have a website and we set to use "Windows authentication" only. So, all other authentication methods are disabled. When the Windows server rebooted, users cannot login, and got 401 error. But, if I restart the IIS server, it works fine ... until the next reboot. Here is the logging when it does not work. (HowTos)

5
Can I use iptables on my Varnish server to forward HTTPS traffic to a specific server?view story

http://serverfault.com – We use Varnish as our front-end web cache and load balancer, so we have a Linux server in our development environment, running Varnish with some basic caching and load-balancing rules across a pair of Windows 2008 IIS web servers. We have a wildcard DNS rule that points *.development at this Varnish box, so we can browse http://www.mysite.com.development, http://www.othersite.com.development, etc (HowTos)

5
Configuring SSL on IIS 6.0 for intranet websiteview story

http://serverfault.com – I have the certificate already setup on my server, and Configured my website to use the certificate. when I try to access using https://servername it is keep on showing "Internet Explorer cannot display the webpage " Does anyone have any insight on this? (HowTos)

5
vBulletin 5 + lighthttpd url rewritingview story

http://serverfault.com – I'm trying to get vBulletin 5 up and running under lighttpd but I'm having some problems with url rewriting. (HowTos)