5
ftp server connection failed on vistaview story

http://serverfault.com – On a vista pro, I activated ftp server with "Activate or deactivate Windows-functionality" > IIS (rough translation). I can't connect to ftp even in localhost: C:\...> ftp localhost Connection refused Port 21 is not opened: C:\...> telnet localhost 21 connect failed $ netstat -a | grep 21 no result Where to look at to find a hint? (HowTos)

5
Can I filter Event Viewer for a determined Exception message?view story

http://serverfault.com – O/S: Windows Server 2003. IIS 6.0. There is no SQL-Server. I'm looking for filtering all events that have this Exception message: "Connection request timed out". Would it be possible? (HowTos)

5
Database table data transfer between different servers using bcp.exe and mysqldumpview story

http://serverfault.com – I have 2 servers, both are exact clones of another, one is PRODUCTION live use and the other is strictly for backend DATAENTRY. Using MSSQL on two different servers I am using the following command lines to transfer table data between servers... Export table data from DATAENTRY: bcp.exe "SELECT * from database.dbo.table WHERE Modified > '{MM/DD/YYYY} 00:00:00.000'" queryout C:\export\dbtable (HowTos)

5
Want to redirect intranet based on AD group membershipview story

http://serverfault.com – I want one intranet address, www.myintranet.com to be used for every member in the company. There are two main groups, employees and contractors. I want to use the same IP address and the same name, but I want to redirect it to a different page based on AD group membership. IIS is the platform. Is there any way to do this? (HowTos)

4
On Windows machines, what is the typical toolchain for remote maintenance?view story

http://serverfault.com – I need to deploy PHP and Python code and the appropriate environment (web server, db server) to remote Windows systems, and I don't know what toolchain would be the equivalent to ssh, scp, bash and the like. (HowTos)

5
Mismatch between selected .NET version in drop-down and what's displayed belowview story

http://serverfault.com – IIS 7 on WIndows 2008 R2 Stnadard This occurred after installing some software. (HowTos)

5
Enable HTTP Strict Transport Security (HSTS) in IIS 7view story

http://serverfault.com – What is the best way to turn on HTTP Strict Transport Security on an IIS 7 web server? Can I just through the GUI and add the proper HTTP response header or should I be using appcmd and if so what switches? (HowTos)

5
IIS 408 Loggingview story

http://serverfault.com – We have some web systems that in the past have experienced HTTP 408 response codes when making a request. They can happen at any time, there doesn't seem to be any pattern to them. The problem we have is that the client request goes through a TMG gateway, and IIS never logs the 408. (HowTos)

5
IIS7 SSL Only Works on Local Machineview story

http://serverfault.com – I have a website in IIS 7 with a self signed certificate. I can navigate to the website on my PC that is hosting it. If I navigate to the specific URL in the self signed certificate, I don't get any messages and everything works fine. (HowTos)

5
Removed SSL Cert: Need to redirect HTTPS to HTTP - IIS6view story

http://serverfault.com – I'm running on a Windows 2K3 server with IIS 6. Due to some issues, I'd like to remove the SSL binding, and have traffic redirected to HTTP. Where this becomes a problem, when a client tries to connect over https, there's nothing on port 443, so it gets a Cannot_Connect error instead of a 404. My thought is that this occurs before IIS. (HowTos)